Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ extension
Function
extension
test/run.py:53–54 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
51
if
not os.path.exists(
"input"
): os.mkdir(
"input"
)
52
53
def
extension(fn):
54
return
os.path.splitext(fn)[-1].lower()
55
56
# Class to download extract and convert IFC files
57
class
TestFile:
Callers
1
__call__
Method · 0.85
Calls
1
lower
Method · 0.80
Tested by
no test coverage detected