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

Method id

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

Source from the content-addressed store, hash-verified

343 super(entity_instance, self).__setattr__("sqlite_wrapper", s)
344
345 def id(self) -> int:
346 return self.sqlite_wrapper.id
347
348 def __del__(self) -> None:
349 pass

Calls

no outgoing calls