MCPcopy 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:

Calls 2

fileClass · 0.70
readMethod · 0.45