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

Method file

src/ifcopenshell-python/ifcopenshell/sql.py:510–511  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

508
509 @property
510 def file(self) -> sqlite:
511 return self.sqlite_wrapper.file
512
513
514class sqlite_wrapper:

Calls

no outgoing calls