fparser.two.Fortran2008.deferred_coshape_spec_r510

Module containing Fortran2008 Deferred_Coshape_Spec rule R510

Module Contents

Classes

Deferred_Coshape_Spec

Fortran 2008 rule R510

class fparser.two.Fortran2008.deferred_coshape_spec_r510.Deferred_Coshape_Spec(string, parent_cls=None)[source]

Bases: fparser.two.utils.SeparatorBase

Fortran 2008 rule R510 deferred-coshape-spec is :

subclass_names = [][source]
static match(string)[source]

Implements the matching for deferred coarray shape specification.

Parameters:

string (str) – the string to match as deferred shape.

Returns:

None if there is no match, otherwise a 2-tuple containing None.

Return type:

NoneType or (None, None)