Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ PatcherDoc
Class
PatcherDoc
src/ifcpatch/ifcpatch/__init__.py:177–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
177
class
PatcherDoc(TypedDict):
178
class_: type
179
description: str
180
output: Union[str, None]
181
inputs: dict[str,
"InputDoc"
]
182
183
184
class
InputDoc(TypedDict):
Callers
1
_extract_docs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected