MCPcopy Create free account
hub / github.com/davidblewett/rure-python / eprint

Function eprint

regex/scripts/frequencies.py:34–36  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

32
33
34def eprint(*args, **kwargs):
35 kwargs['file'] = sys.stderr
36 print(*args, **kwargs)
37
38
39def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected