Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
def
eprint(*args, **kwargs):
35
kwargs[
'file'
] = sys.stderr
36
print(*args, **kwargs)
37
38
39
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected