MCPcopy 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

51if not os.path.exists("input"): os.mkdir("input")
52
53def extension(fn):
54 return os.path.splitext(fn)[-1].lower()
55
56# Class to download extract and convert IFC files
57class TestFile:

Callers 1

__call__Method · 0.85

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected