MCPcopy Index your code
hub / github.com/nonebot/nonebot2 / _controlled_modules

Function _controlled_modules

nonebot/plugin/__init__.py:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def _controlled_modules() -> dict[str, str]:
66 return {
67 plugin_id: module_name
68 for manager in _managers
69 for plugin_id, module_name in manager.controlled_modules.items()
70 }
71
72
73def _find_parent_plugin_id(

Callers 1

_find_parent_plugin_idFunction · 0.85

Calls 1

itemsMethod · 0.45

Tested by

no test coverage detected