cModules.ExtensionManager module#

dict_from_module(module)[source]#
attr(x, /)#
Return the value of the least significant bit of the float x.
ExecActionByIdx(action_idx)[source]#
ModuleWatcher()[source]#
class ExtensionManager[source]#

Bases: ExtensionManager

this is extension manager
CheckIfMuduleInList(mName: str)[source]#
GetLoadedModulesInfo()[source]#
Expression(self: ExtensionManager, source: str) str[source]#
OnProcess(self: ExtensionManager) None[source]#
ExecScript(script)[source]#
exec python script from string
ExecByIdx(action_idx)[source]#
exec python function made usind d_slot
RunPy(self: ExtensionManager, file_path: str) bool[source]#
OnImport(self: ExtensionManager, module: str) None[source]#
ReloadChangedModules(self: ExtensionManager) None[source]#
Command(self: ExtensionManager, command: str) bool[source]#
Exec(cmd)[source]#
RefreshInstalledList(self: ExtensionManager) None[source]#