fparser.two.Fortran2008.open_stmt_r904 ====================================== .. py:module:: fparser.two.Fortran2008.open_stmt_r904 .. autoapi-nested-parse:: Module containing Fortran2008 Open_Stmt rule R904 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.open_stmt_r904.Open_Stmt Module Contents --------------- .. py:class:: Open_Stmt(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Open_Stmt` Fortran2008 Rule R904. open-stmt is OPEN ( connect-spec-list ) .. py:attribute:: subclass_names :value: [] .. py:attribute:: use_names :value: ['Connect_Spec_List'] .. py:method:: match(string) :staticmethod: Attempts to match the supplied string as an Open_Stmt. :param str string: the string to attempt to match. :returns: a new Open_Stmt object if the match is successful, None otherwise. :rtype: Optional[:py:class:`fparser.two.Fortran2008.Open_Stmt]