Home
last modified time | relevance | path

Searched defs:exc_type (Results 1 – 25 of 2780) sorted by relevance

12345678910>>...112

/dports/databases/py-aiomysql/aiomysql-0.0.22/aiomysql/
H A Dutils.py51 async def __aexit__(self, exc_type, exc, tb): argument
57 async def __aexit__(self, exc_type, exc, tb): argument
66 async def __aexit__(self, exc_type, exc, tb): argument
79 async def __aexit__(self, exc_type, exc, tb): argument
101 async def __aexit__(self, exc_type, exc, tb): argument
134 def __exit__(self, exc_type, exc_val, exc_tb): argument
146 async def __aexit__(self, exc_type, exc_val, exc_tb): argument
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/src/
H A Dexceptions.c57 raise_with_session(MYSQL *conn, PyObject *exc_type) in raise_with_session()
123 raise_with_stmt(MYSQL_STMT *stmt, PyObject *exc_type) in raise_with_stmt()
188 raise_with_string(PyObject *error_msg, PyObject *exc_type) in raise_with_string()
/dports/sysutils/conan/conan-1.44.0/conans/util/
H A Dlocks.py15 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable argument
27 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable argument
84 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable argument
102 def __exit__(self, exc_type, exc_val, exc_tb): # @UnusedVariable argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/
H A DExceptionEventRequest.cs8 TypeMirror exc_type; field in Mono.Debugger.Soft.ExceptionEventRequest
11 …internal ExceptionEventRequest (VirtualMachine vm, TypeMirror exc_type, bool caught, bool uncaught… in ExceptionEventRequest()
/dports/textproc/py-humanfriendly/humanfriendly-10.0/humanfriendly/
H A Dtesting.py98 def retry(func, timeout=60, exc_type=AssertionError): argument
260 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
294 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
338 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
385 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
426 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
475 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
594 def __exit__(self, exc_type=None, exc_value=None, traceback=None): argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/bindings/python/
H A Dns3module_helpers.cc67 PyObject *exc_type, *traceback; in _wrap_Simulator_Schedule() local
115 PyObject *exc_type, *traceback; in _wrap_Simulator_ScheduleNow() local
156 PyObject *exc_type, *traceback; in _wrap_Simulator_ScheduleDestroy() local
205 PyObject *exc_type, *traceback; in _wrap_TypeId_LookupByNameFailSafe() local
261 PyObject *exc_type, *traceback; in _wrap_CommandLine_AddValue() local
299 PyObject *exc_type, *traceback; in _wrap_Simulator_Run() local
/dports/databases/py-asyncmy/asyncmy-0.2.3/asyncmy/
H A Dcontexts.py50 async def __aexit__(self, exc_type, exc, tb): argument
56 async def __aexit__(self, exc_type, exc, tb): argument
75 async def __aexit__(self, exc_type, exc, tb): argument
84 async def __aexit__(self, exc_type, exc, tb): argument
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/krita/
H A Dexcepthook.py19 def on_error(exc_type, exc_obj, exc_tb): argument
52 def __init__(self, exc_type, exc_obj, exc_tb, title=None): argument
/dports/devel/py-tblib/tblib-1.7.0/src/tblib/
H A Ddecorators.py10 def __init__(self, exc_type, exc_value, traceback): argument
23 def return_error(func, exc_type=Exception): argument
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/python/
H A Dexcepthook.py20 def on_error(exc_type, exc_obj, exc_tb): argument
56 def __init__(self, exc_type, exc_obj, exc_tb, title=None): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/containerregistry/client/
H A Dmonitor_.py41 def __exit__(self, exc_type, argument
58 def __exit__(self, exc_type, argument
/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Dcontext_managers.py58 def __exit__(self, exc_type, exc, tb): argument
66 async def __aexit__(self, exc_type, exc, tb): argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/bindings/
H A Dmodule_helpers.cc80 PyObject *exc_type, *traceback; in _wrap_Simulator_Schedule() local
129 PyObject *exc_type, *traceback; in _wrap_Simulator_ScheduleNow() local
170 PyObject *exc_type, *traceback; in _wrap_Simulator_ScheduleWithContext() local
225 PyObject *exc_type, *traceback; in _wrap_Simulator_ScheduleDestroy() local
275 PyObject *exc_type, *traceback; in _wrap_TypeId_LookupByNameFailSafe() local
331 PyObject *exc_type, *traceback; in _wrap_CommandLine_AddValue() local
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/running/
H A Dstatusreporter.py41 def __exit__(self, exc_type, exc_val, exc_tb): argument
58 def _get_failure(self, exc_type, exc_value, exc_tb, context): argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dcommon.cc62 StatusCode MapPyError(PyObject* exc_type) { in MapPyError()
105 PyObject* exc_type() const { return exc_type_.obj(); } in exc_type() function in arrow::py::__anon21e589d60111::PythonErrorDetail
110 PyObject* exc_type = nullptr; in FromPyError() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dcommon.cc62 StatusCode MapPyError(PyObject* exc_type) { in MapPyError()
105 PyObject* exc_type() const { return exc_type_.obj(); } in exc_type() function in arrow::py::__anonaa94a0d50111::PythonErrorDetail
110 PyObject* exc_type = nullptr; in FromPyError() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dcommon.cc62 StatusCode MapPyError(PyObject* exc_type) { in MapPyError()
105 PyObject* exc_type() const { return exc_type_.obj(); } in exc_type() function in arrow::py::__anona1b79fc30111::PythonErrorDetail
110 PyObject* exc_type = nullptr; in FromPyError() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp58 mach_port_t exc_port, exception_type_t exc_type, in catch_mach_exception_raise_state()
75 exception_type_t exc_type, mach_exception_data_t exc_data, in catch_mach_exception_raise_state_identity()
94 mach_port_t task_port, exception_type_t exc_type, in catch_mach_exception_raise()
472 const char *MachException::Name(exception_type_t exc_type) { in Name()

12345678910>>...112