.. _f-Python3Parser: module ``languages.Python3Parser`` ================================== .. inheritance-diagram:: pyensae.languages.Python3Parser Short summary +++++++++++++ Classes +++++++ +------------------------------------------------------------------------+-------------------------+ | class | truncated documentation | +========================================================================+=========================+ | :class:`Python3Parser ` | | +------------------------------------------------------------------------+-------------------------+ Functions +++++++++ +-----------------------------------------------------------------------+-------------------------+ | function | truncated documentation | +=======================================================================+=========================+ | :func:`serializedATN ` | | +-----------------------------------------------------------------------+-------------------------+ Properties ++++++++++ +---------------------------------------------------------------------+-------------------------+ | property | truncated documentation | +=====================================================================+=========================+ | :meth:`state ` | | +---------------------------------------------------------------------+-------------------------+ Methods +++++++ +-----------------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +===============================================================================================+=========================+ | :py:meth:`__init__ ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`and_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`and_test ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`annassign ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`arglist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`argument ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`arith_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`assert_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`async_funcdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`async_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`atom ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`atom_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`augassign ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`break_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`classdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`comp_for ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`comp_if ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`comp_iter ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`comp_op ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`comparison ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`compound_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`continue_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`decorated ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`decorator ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`decorators ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`del_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`dictorsetmaker ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`dotted_as_name ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`dotted_as_names ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`dotted_name ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`encoding_decl ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`eval_input ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`except_clause ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`expr_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`exprlist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`factor ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`file_input ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`flow_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`for_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`funcdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`global_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`if_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`import_as_name ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`import_as_names ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`import_from ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`import_name ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`import_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`lambdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`lambdef_nocond ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`nonlocal_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`not_test ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`or_test ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`parameters ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`pass_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`power ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`raise_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`return_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`shift_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`simple_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`single_input ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`sliceop ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`small_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`star_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`subscript ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`subscriptlist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`suite ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`term ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`test ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`test_nocond ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`testlist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`testlist_comp ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`testlist_star_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`tfpdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`trailer ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`try_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`typedargslist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`varargslist ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`vfpdef ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`while_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`with_item ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`with_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`xor_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`yield_arg ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`yield_expr ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ | :meth:`yield_stmt ` | | +-----------------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pyensae.languages.Python3Parser :members: :special-members: __init__ :show-inheritance: