fparser.two.Fortran2008.deferred_coshape_spec_r510 ================================================== .. py:module:: fparser.two.Fortran2008.deferred_coshape_spec_r510 .. autoapi-nested-parse:: Module containing Fortran2008 Deferred_Coshape_Spec rule R510 Classes ------- .. autoapisummary:: fparser.two.Fortran2008.deferred_coshape_spec_r510.Deferred_Coshape_Spec Module Contents --------------- .. py:class:: Deferred_Coshape_Spec(string, parent_cls=None) Bases: :py:obj:`fparser.two.utils.SeparatorBase` Fortran 2008 rule R510 deferred-coshape-spec is : .. py:attribute:: subclass_names :value: [] .. py:method:: match(string) :staticmethod: Implements the matching for deferred coarray shape specification. :param str string: the string to match as deferred shape. :return: `None` if there is no match, otherwise a 2-tuple containing `None`. :rtype: `NoneType` or (`None`, `None`)