Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_traceback.py765 del sys.tracebacklimit
767 sys.tracebacklimit = 2
771 sys.tracebacklimit = 0
773 sys.tracebacklimit = -1
792 del sys.tracebacklimit
794 sys.tracebacklimit = 2
798 sys.tracebacklimit = 0
800 sys.tracebacklimit = -1
821 del sys.tracebacklimit
823 sys.tracebacklimit = 2
[all …]
Dtest_sys.py838 def check(tracebacklimit, expected): argument
839 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/u-boot/tools/binman/
Dbinman124 sys.tracebacklimit = 0
Dbinman.py124 sys.tracebacklimit = 0
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst22 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
23 * Setting sys.tracebacklimit to None now causes using the default limit.
24 * Setting sys.tracebacklimit to an integer larger than LONG_MAX now means using
D3.7.0a3.rst100 * Setting sys.tracebacklimit to 0 or less now suppresses printing tracebacks.
101 * Setting sys.tracebacklimit to None now causes using the default limit.
102 * 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.rst1443 .. 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.