MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / err

Function err

tools/file_packager.py:138–139  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

136
137
138def err(*args):
139 print(*args, file=sys.stderr)
140
141
142def has_hidden_attribute(filepath):

Callers 3

addFunction · 0.70
generate_object_fileFunction · 0.70
mainFunction · 0.70

Calls 1

printFunction · 0.70

Tested by

no test coverage detected