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

Method module

nonebot/internal/matcher/matcher.py:109–111  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107
108 @property
109 def module(self) -> ModuleType | None:
110 if self.module_name is not None:
111 return sys.modules.get(self.module_name)
112
113 @property
114 def file(self) -> Path | None:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected