Public Member Functions | Static Private Attributes | List of all members
utils.plugin.PluginManager Class Reference

Public Member Functions

def __init__ (self)
 
def on_connect (self, data_connection_id, key)
 
def on_disconnect (self, key)
 

Static Private Attributes

dictionary _connected_plugin_dictionary = {}
 
dictionary _plugin_dictionary = {}
 

Detailed Description

Definition at line 4 of file plugin.py.

Constructor & Destructor Documentation

◆ __init__()

def utils.plugin.PluginManager.__init__ (   self)

Definition at line 8 of file plugin.py.

Member Function Documentation

◆ on_connect()

def utils.plugin.PluginManager.on_connect (   self,
  data_connection_id,
  key 
)

Definition at line 17 of file plugin.py.

◆ on_disconnect()

def utils.plugin.PluginManager.on_disconnect (   self,
  key 
)

Definition at line 25 of file plugin.py.

Member Data Documentation

◆ _connected_plugin_dictionary

dictionary utils.plugin.PluginManager._connected_plugin_dictionary = {}
staticprivate

Definition at line 6 of file plugin.py.

◆ _plugin_dictionary

dictionary utils.plugin.PluginManager._plugin_dictionary = {}
staticprivate

Definition at line 5 of file plugin.py.


The documentation for this class was generated from the following file:


skyway
Author(s): Toshiya Nakakura
autogenerated on Thu Oct 26 2023 02:42:21