Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get_schema
Function
get_schema
src/ifctester/ifctester/ids.py:81–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
80
81
def
get_schema():
82
global schema
83
if
schema is None:
84
schema = XMLSchema(os.path.join(cwd,
"ids.xsd"
))
85
return
schema
86
87
88
class
Ids:
Callers
15
ids_from_xml_string
Function · 0.90
write_streaming_
Method · 0.85
open
Function · 0.85
from_string
Function · 0.85
to_string
Method · 0.85
to_xml
Method · 0.85
Header_section_schema
Class · 0.85
construct
Method · 0.85
IfcSpfHeader
Method · 0.85
operator()
Method · 0.85
toString
Method · 0.85
schema_by_name
Method · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected