fparser.two.Fortran2008.alloc_opt_r627 ====================================== .. py:module:: fparser.two.Fortran2008.alloc_opt_r627 .. autoapi-nested-parse:: Module containing Fortran2008 Alloc_Opt rule R627 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.alloc_opt_r627.Alloc_Opt Module Contents --------------- .. py:class:: Alloc_Opt(string, parent_cls=None) Bases: :py:obj:`fparser.two.Fortran2003.Alloc_Opt` Fortran2008 rule R627. .. code-block:: fortran alloc-opt is ERRMSG = errmsg-variable or MOLD = source-expr or SOURCE = source-expr or STAT = stat-variable Extends the Fortran2003 version of this class by updating the keyword pairs (used in match) with support for MOLD. .. py:attribute:: _keyword_pairs