Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Callers
15
test_file
Function · 0.45
test_rocks
Function · 0.45
test_faces_representation_item_ids
Method · 0.45
test_curve_representation_item_ids
Method · 0.45
test_mixed_representation_item_ids
Method · 0.45
test_no_welding_on_distinct_items
Method · 0.45
test_creating_an_entity
Method · 0.45
test_that_old_nesting_relationships_are_purged_if_no_more_elements_are_nested
Method · 0.45
test_editing_an_existing_colour_to_a_factor
Method · 0.45
test_element_registers_result_in_bbim_boolean
Method · 0.45
test_element_registers_result_in_bbim_boolean
Method · 0.45
test_element_appends_to_existing_bbim_boolean
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_file
Function · 0.36
test_rocks
Function · 0.36
test_faces_representation_item_ids
Method · 0.36
test_curve_representation_item_ids
Method · 0.36
test_mixed_representation_item_ids
Method · 0.36
test_no_welding_on_distinct_items
Method · 0.36
test_creating_an_entity
Method · 0.36
test_that_old_nesting_relationships_are_purged_if_no_more_elements_are_nested
Method · 0.36
test_editing_an_existing_colour_to_a_factor
Method · 0.36
test_element_registers_result_in_bbim_boolean
Method · 0.36
test_element_registers_result_in_bbim_boolean
Method · 0.36
test_element_appends_to_existing_bbim_boolean
Method · 0.36