MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / _api_package_path

Function _api_package_path

src/ifcedit/ifcedit/discover.py:29–33  ·  view source on GitHub ↗

Return the filesystem path to the ifcopenshell.api package.

()

Source from the content-addressed store, hash-verified

27
28
29def _api_package_path() -> Path:
30 """Return the filesystem path to the ifcopenshell.api package."""
31 import ifcopenshell.api
32
33 return Path(ifcopenshell.api.__file__).parent
34
35
36def list_modules() -> list[dict]:

Callers 1

list_modulesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected