Home
last modified time | relevance | path

Searched refs:excname (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python37/Python-3.7.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python38/Python-3.8.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python-tools/Python-3.8.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python39/Python-3.9.9/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python310/Python-3.10.1/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/lang/python311/Python-3.11.0a3/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A D_compat_pickle.py151 for excname in PYTHON2_EXCEPTIONS:
152 NAME_MAPPING[("exceptions", excname)] = ("builtins", excname)
161 for excname in MULTIPROCESSING_EXCEPTIONS:
162 NAME_MAPPING[("multiprocessing", excname)] = ("multiprocessing.context", excname)
243 for excname in PYTHON3_OSERROR_EXCEPTIONS:
244 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'OSError')
250 for excname in PYTHON3_IMPORTERROR_EXCEPTIONS:
251 REVERSE_NAME_MAPPING[('builtins', excname)] = ('exceptions', 'ImportError')
/dports/devel/py-prance/prance-0.21.2/docs/source/_templates/autosummary/
H A Dmodule.rst18 {% for excname in exceptions: %}
19 .. autoexception:: {{ excname }}
/dports/archivers/unzip/unzip60/os2/
H A Drexxapi.c272 char *excname[2]; in UZFileTree() local
309 G.pxnames = excname; in UZFileTree()
310 excname[0] = args[3].strptr; in UZFileTree()
311 excname[1] = NULL; in UZFileTree()
332 if (G.xfilespecs > 0 && G.pxnames != excname) in UZFileTree()
475 char *excname[2]; in UZUnZipToStem() local
511 G.pxnames = excname; in UZUnZipToStem()
512 excname[0] = args[3].strptr; in UZUnZipToStem()
513 excname[1] = NULL; in UZUnZipToStem()
537 if (G.xfilespecs > 0 && G.pxnames != excname) in UZUnZipToStem()
/dports/net/adasockets/adasockets-1.12/doc/
H A Dadadoc.tpl68 [+ FOR exc +]@item @code{[+ excname +]} @tab [+ excdesc +]@exindex [+ excname +]
H A DMakefile.am8 --subblock=exc=excname,excdesc \
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
H A Dtest_exceptions.py36 def raise_catch(self, exc, excname): argument
37 with self.subTest(exc=exc, excname=excname):
47 self.assertEqual(exc.__name__, excname)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_exception_hierarchy.py76 excname, _, errnames = line.partition(' ')
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
/dports/security/py-trezor/trezor-0.13.0/src/trezorlib/transport/
H A D__init__.py139 excname = e.__class__.__name__
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_exceptions.py26 def raise_catch(self, exc, excname): argument
36 self.assertEqual(exc.__name__, excname)

12