MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-579132.py

File recipe-579132.py

recipes/Python/579132_Print_Hook/recipe-579132.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import sys
2
3#this class gets all output directed to stdout(e.g by print statements)
4#and stderr and redirects it to a user defined function

Callers

nothing calls this directly

Calls 4

compileFunction · 0.85
PrintHookClass · 0.70
StartMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected