MCPcopy 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
177class PatcherDoc(TypedDict):
178 class_: type
179 description: str
180 output: Union[str, None]
181 inputs: dict[str, "InputDoc"]
182
183
184class InputDoc(TypedDict):

Callers 1

_extract_docsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected