Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
def
eprint(*args, **kwargs):
12
kwargs[
'file'
] = sys.stderr
13
print(*args, **kwargs)
14
15
16
def
main():
Callers
2
generate_file
Function · 0.70
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected