Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
sys, fileinput
2
3
if
sys.platform ==
"win32"
and not hasattr(sys.stdout,
"buffer"
):
4
import
os, msvcrt
Callers
nothing calls this directly
Calls
2
open
Function · 0.50
write
Method · 0.45
Tested by
no test coverage detected