fparser.two.Fortran2008.end_block_stmt_r809 =========================================== .. py:module:: fparser.two.Fortran2008.end_block_stmt_r809 .. autoapi-nested-parse:: Module containing Fortran2008 End_Block_Stmt rule R809 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.end_block_stmt_r809.End_Block_Stmt Module Contents --------------- .. py:class:: End_Block_Stmt(string, parent_cls=None) Bases: :py:obj:`fparser.two.utils.EndStmtBase` Fortran 2008 Rule 809. end-block-stmt is END BLOCK [ block-construct-name ] .. py:attribute:: subclass_names :value: [] .. py:attribute:: use_names :value: ['Block_Construct_Name'] .. py:method:: match(string) :staticmethod: :param str string: Fortran code to check for a match :return: 2-tuple containing "BLOCK" and, optionally, an associated Name or None if no match. :rtype: Optional[Tuple[ str, Optional[:py:class:`fparser.two.Fortran2003.Block_Construct_Name`]]]