MCPcopy Create free account
hub / github.com/python/cpython / getrecursionlimit

Function getrecursionlimit

Lib/idlelib/run.py:373–374  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371
372 @functools.wraps(sys.getrecursionlimit)
373 def getrecursionlimit():
374 return getrecursionlimit.__wrapped__() - RECURSIONLIMIT_DELTA
375
376 fixdoc(getrecursionlimit, f"""\
377 This IDLE wrapper subtracts {RECURSIONLIMIT_DELTA} to compensate

Callers

nothing calls this directly

Calls 1

__wrapped__Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…