Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ from_string
Method
from_string
src/ifcopenshell-python/ifcopenshell/file.py:1044–1045 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
1042
1043
@staticmethod
1044
def
from_string(s: str) -> file:
1045
return
file(ifcopenshell_wrapper.read(s))
1046
1047
@staticmethod
1048
def
from_pointer(address: int) -> file:
Callers
15
process
Method · 0.80
open
Method · 0.80
import_ifc
Function · 0.80
test_reading_an_ids_from_an_xml_string
Method · 0.80
test_parsing_entities_with_no_attributes
Method · 0.80
test_creating_ifc_data_from_a_string
Method · 0.80
test_original_edges
Function · 0.80
test_append_a_product_when_projects_have_georeference
Method · 0.80
test_removing_a_rendering_style
Method · 0.80
test_migrate_ifccountmeasure_to_ifc4x3
Method · 0.80
create
Function · 0.80
unbatch_remove_deep2
Function · 0.80
Calls
2
file
Class · 0.70
read
Method · 0.45
Tested by
11
test_reading_an_ids_from_an_xml_string
Method · 0.64
test_parsing_entities_with_no_attributes
Method · 0.64
test_creating_ifc_data_from_a_string
Method · 0.64
test_original_edges
Function · 0.64
test_append_a_product_when_projects_have_georeference
Method · 0.64
test_removing_a_rendering_style
Method · 0.64
test_migrate_ifccountmeasure_to_ifc4x3
Method · 0.64
test_add_element
Method · 0.64
test_remove_element
Method · 0.64
test_changed_attribute
Method · 0.64
test_changed_geometry
Method · 0.64