Home
last modified time | relevance | path

Searched refs:tracebacklimit (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_traceback.py783 del sys.tracebacklimit
785 sys.tracebacklimit = 2
789 sys.tracebacklimit = 0
791 sys.tracebacklimit = -1
810 del sys.tracebacklimit
812 sys.tracebacklimit = 2
816 sys.tracebacklimit = 0
818 sys.tracebacklimit = -1
839 del sys.tracebacklimit
841 sys.tracebacklimit = 2
[all …]
Dtest_sys.py896 def check(tracebacklimit, expected): argument
897 p = subprocess.Popen([sys.executable, '-c', code % tracebacklimit],
/external/python/cpython2/Lib/
Dtraceback.py58 limit = sys.tracebacklimit
91 limit = sys.tracebacklimit
297 limit = sys.tracebacklimit
/external/ply/ply/test/
Dyacc_badargs.py7 sys.tracebacklimit = 0
Dtestyacc.py16 sys.tracebacklimit = 0
Dtestlex.py15 sys.tracebacklimit = 0
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst21 Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
22 Setting sys.tracebacklimit to None now causes using the default limit.
23 Setting sys.tracebacklimit to an integer larger than LONG_MAX now means using
D3.7.0a3.rst99 Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
100 Setting sys.tracebacklimit to None now causes using the default limit.
101 Setting sys.tracebacklimit to an integer larger than LONG_MAX now means using
/external/python/cpython2/Doc/library/
Dsys.rst1038 .. data:: tracebacklimit
/external/python/cpython3/Doc/library/
Dsys.rst1568 .. data:: tracebacklimit
/external/python/cpython2/Misc/
DHISTORY15827 printed by assigning to sys.tracebacklimit. The default is 1000.
/external/python/cpython3/Misc/
DHISTORY33206 printed by assigning to sys.tracebacklimit. The default is 1000.