MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / cat.py

File cat.py

src/ifcopenshell-python/ifcopenshell/express/cat.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sys, fileinput
2
3if sys.platform == "win32" and not hasattr(sys.stdout, "buffer"):
4 import os, msvcrt

Callers

nothing calls this directly

Calls 2

openFunction · 0.50
writeMethod · 0.45

Tested by

no test coverage detected