Home
last modified time | relevance | path

Searched refs:format_stack (Results 51 – 75 of 251) sorted by relevance

1234567891011

/dports/devel/py-celery/celery-4.4.7/t/unit/backends/
H A Dtest_database.py156 trace = '\n'.join(traceback.format_stack())
170 trace = '\n'.join(traceback.format_stack())
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests_aio/status/
H A Dgrpc_status_test.py54 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/status/
H A D_grpc_status_test.py63 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests/status/
H A D_grpc_status_test.py63 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/devel/grpc134/grpc-1.34.1/src/python/grpcio_tests/tests_aio/status/
H A Dgrpc_status_test.py54 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests/status/
H A D_grpc_status_test.py67 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/widgets/
H A Dwindow.py184 ''.join(traceback.format_stack()),
/dports/net/py-kombu/kombu-4.6.11/kombu/
H A Dresource.py229 r.acquired_by.append(traceback.format_stack())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/status/
H A D_grpc_status_test.py64 stack_entries=traceback.format_stack(),
/dports/devel/grpc/grpc-1.42.0/src/python/grpcio_tests/tests_aio/status/
H A Dgrpc_status_test.py56 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
/dports/devel/py-grab/grab-0.6.41/grab/spider/
H A Dbase.py8 from traceback import format_exception, format_stack
312 '%s\nTraceback:\n%s', msg, ''.join(format_stack()),
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/
H A Dresmoke.py206 sb.append("".join(traceback.format_stack(stack)))
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_traceback.py226 return traceback.format_stack()
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_traceback.py226 return traceback.format_stack()
/dports/security/py-stem/stem-1.8.0/test/
H A Doutput.py110 stacktraces[thread.name] = ''.join(traceback.format_stack(frame))
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dtest.py559 return "".join(traceback.format_stack())
/dports/devel/py-celery/celery-4.4.7/celery/utils/
H A Dsaferepr.py167 type(obj), id(obj), exc, '\n'.join(traceback.format_stack()))
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dtraceback.py272 def format_stack(f=None, limit=None): function
/dports/lang/python27/Python-2.7.18/Lib/
H A Dtraceback.py272 def format_stack(f=None, limit=None): function
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dtraceback.py271 def format_stack(f=None, limit=None): function
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtraceback.py271 def format_stack(f=None, limit=None): function
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/
H A Dbasemode.py356 ''.join(traceback.format_stack()),
/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/testing/
H A Dcommon.py49 message += ''.join(traceback.format_stack(frame))
/dports/net/py-errbot/errbot-6.1.8/errbot/
H A Dcli.py45 message += "".join(traceback.format_stack(frame))
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dtraceback.pyi66 def format_stack(f: Optional[FrameType] = ..., limit: Optional[int] = ...) -> List[str]: ...

1234567891011