We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372b627 commit baf92c7Copy full SHA for baf92c7
graphistry/pygraphistry.py
@@ -583,7 +583,7 @@ def set_sso_opt_into_type(value: Optional[str]):
583
"""Set sso_opt_into_type to memory"""
584
PyGraphistry._config["sso_opt_into_type"] = value
585
586
- # def set_spanner_config(spanner_config):
+ @staticmethod
587
def set_spanner_config(spanner_config: Optional[Union[Dict, str]] = None):
588
"""
589
Saves the spanner config to internal Pygraphistry _config
0 commit comments