Home
last modified time | relevance | path

Searched defs:TryExcept (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/pylint/pylint-2.12.1/pylint/extensions/
H A Doverlapping_exceptions.py35 def visit_tryexcept(self, node: nodes.TryExcept) -> None:
H A Dbroad_try_clause.py62 def visit_tryexcept(self, node: nodes.TryExcept) -> None:
/dports/lang/python27/Python-2.7.18/Tools/pybench/
H A DExceptions.py55 class TryExcept(Test): class
/dports/lang/python-legacy/Python-2.7.18/Tools/pybench/
H A DExceptions.py55 class TryExcept(Test): class
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
H A DExceptions.py55 class TryExcept(Test): class
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/
H A Ddesign_analysis.py610 def visit_tryexcept(self, node: nodes.TryExcept) -> None:
H A Dexceptions.py506 def visit_tryexcept(self, node: nodes.TryExcept) -> None:
/dports/devel/pylint/pylint-2.12.1/pylint/checkers/refactoring/
H A Drefactoring_checker.py603 def visit_tryexcept(self, node: nodes.TryExcept) -> None:
/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Dcxxgen.py210 class TryExcept(object): class
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dfastparse2.py677 def visit_TryExcept(self, n: ast27.TryExcept) -> TryStmt:
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A D_ast24.py346 class TryExcept(stmt): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/astroid/
H A Dnode_classes.py825 class TryExcept(BlockRangeMixIn, Statement): class
/dports/lang/python-legacy/Python-2.7.18/Include/
H A DPython-ast.h146 } TryExcept; member
420 #define TryExcept(a0, a1, a2, a3, a4, a5) _Py_TryExcept(a0, a1, a2, a3, a4, a5) macro
/dports/lang/python27/Python-2.7.18/Include/
H A DPython-ast.h146 } TryExcept; member
420 #define TryExcept(a0, a1, a2, a3, a4, a5) _Py_TryExcept(a0, a1, a2, a3, a4, a5) macro
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A DPython-ast.h146 } TryExcept; member
420 #define TryExcept(a0, a1, a2, a3, a4, a5) _Py_TryExcept(a0, a1, a2, a3, a4, a5) macro
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Include/
H A DPython-ast.h155 } TryExcept; member
442 #define TryExcept(a0, a1, a2, a3, a4, a5) _Ta27_TryExcept(a0, a1, a2, a3, a4, a5) macro
/dports/devel/py-astroid/astroid-2.9.0/astroid/nodes/
H A Dnode_classes.py4066 class TryExcept(mixins.MultiLineBlockMixin, mixins.BlockRangeMixIn, Statement): class
4230 body: typing.Union[typing.List[TryExcept], typing.List[NodeNG], None] = None,
/dports/lang/python-legacy/Python-2.7.18/Lib/compiler/
H A Dast.py1269 class TryExcept(Node): class
/dports/lang/python27/Python-2.7.18/Lib/compiler/
H A Dast.py1269 class TryExcept(Node): class
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/compiler/
H A Dast.py1269 class TryExcept(Node): class
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dast.py1269 class TryExcept(Node): class
/dports/databases/py-pony/pony-0.7.14/pony/thirdparty/compiler/
H A Dast.py1313 class TryExcept(Node): class
/dports/lang/python-legacy/Python-2.7.18/Python/
H A DPython-ast.c1301 TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse, int lineno, in TryExcept() function
/dports/lang/python27/Python-2.7.18/Python/
H A DPython-ast.c1301 TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse, int lineno, in TryExcept() function
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Python/
H A DPython-ast.c1332 TryExcept(asdl_seq * body, asdl_seq * handlers, asdl_seq * orelse, int lineno, int col_offset, in TryExcept() function

12