developer_mode_active

omni.graph.core.developer_mode_active(ext_name: str) tuple[bool, list[str]]

Check to see if AutoNode developer mode is active on the given extension: :param ext_name: Name of the extension to check

Returns

is the extension in developer mode?, list[str]: List of import paths specified)

Return type

(bool