MCPcopy Index your code
hub / github.com/gotcha/ipdb / update_stdout

Function update_stdout

ipdb/stdout.py:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def update_stdout():
10 # setup stdout to ensure output is available with nose
11 io.stdout = sys.stdout = sys.__stdout__
12
13
14def sset_trace(frame=None, context=3):

Callers 2

sset_traceFunction · 0.85
spost_mortemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…