fparser.two.Fortran2008.nonlabel_do_stmt_r817 ============================================= .. py:module:: fparser.two.Fortran2008.nonlabel_do_stmt_r817 .. autoapi-nested-parse:: This module provides the Fortran2008-specific version of the nonlabel-do-stmt rule r817. nonlabel-do-stmt is [ do-construct-name : ] DO [ loop-control ] The only difference to F2003 rule R829 is that we force this rule to use the F2008 version of loop-control Classes ------- .. autoapisummary:: fparser.two.Fortran2008.nonlabel_do_stmt_r817.Nonlabel_Do_Stmt Module Contents --------------- .. py:class:: Nonlabel_Do_Stmt(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Nonlabel_Do_Stmt` Subclass the 2003 version so that this class will import the Fortran2008 Label_Do_Stmt class. .. py:method:: loop_control_cls() :staticmethod: :returns: Fortran2008 Loop_Control class. :rtype: :py:class:`fparser.two.Fortran2008.Loop_Control`