Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/ ModuleStubs
Class
ModuleStubs
scripts/gen-py-stdlib.py:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
@dataclasses.dataclass
102
class
ModuleStubs:
103
module_qn: str
104
classes: list[StubClass]
105
functions: list[StubFunction]
106
107
108
def
is_method(node: ast.AST) -> bool:
Callers
1
parse_module
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected