MCPcopy Index your code
hub / github.com/python/cpython / perror

Function perror

Lib/tokenize.py:512–514  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

510
511 # Helper error handling routines
512 def perror(message):
513 sys.stderr.write(message)
514 sys.stderr.write('\n')
515
516 def error(message, filename=None, location=None):
517 if location:

Callers 2

errorFunction · 0.85
_mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…