source-python package

Subpackages

Module contents

This is the main file that loads/unloads the Python part of the plugin.

__init__.load()[source]

Load Source.Python’s Python side.

__init__.remove_entities_listener()[source]

Remove entities listener.

__init__.setup_auth()[source]

Set up authentification.

__init__.setup_core_settings()[source]

Setup core settings.

__init__.setup_data()[source]

Setup data.

__init__.setup_data_update()[source]

Setup data update.

__init__.setup_entities_listener()[source]

Set up entities listener.

__init__.setup_exception_hooks()[source]

Set up hooks.

__init__.setup_global_pointers()[source]

Set up global pointers.

__init__.setup_logging()[source]

Set up logging.

__init__.setup_sp_command()[source]

Set up the ‘sp’ command.

__init__.setup_sqlite()[source]

Pre-load libsqlite3.so.0 on Linux.

__init__.setup_stdout_redirect()[source]

Setup sys.stdout redirect.

__init__.setup_translations()[source]

Set up translations.

__init__.setup_user_settings()[source]

Set up user settings.

__init__.setup_versioning()[source]

Setup versioning.

__init__.unload()[source]

Unload Source.Python’s Python side.

__init__.unload_auth()[source]

Unload authentification.

__init__.unload_plugins()[source]

Unload all plugins.