Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ DocstringData
Class
DocstringData
src/ifcpatch/ifcpatch/__init__.py:283–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
282
283
class
DocstringData(TypedDict):
284
name: str
285
description: str
286
param: dict[str, str]
287
filter_glob: dict[str, str]
288
output: Union[str, None]
289
290
291
def
parse_docstring(docstring: str) -> DocstringData:
Callers
1
parse_docstring
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected