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

Function eprint

regex/scripts/generate.py:11–13  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

9
10
11def eprint(*args, **kwargs):
12 kwargs['file'] = sys.stderr
13 print(*args, **kwargs)
14
15
16def main():

Callers 2

generate_fileFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected