:F03R:`453_help`::
Fortran 2003 helper rule (for R453)
that specifies syntax of passed-object dummy argument for a
specific type-bound procedure.
<binding-PASS-arg-name> = PASS ( <arg-name> )
Definition at line 2365 of file Fortran2003.py.
◆ match()
def fparser.two.Fortran2003.Binding_PASS_Arg_Name.match |
( |
|
string | ) |
|
|
static |
:param str string: Fortran code to check for a match
:return: keyword "PASS" with the name of a passed-object
dummy argument or nothing if no match is found
:rtype: str
Definition at line 2380 of file Fortran2003.py.
2382 :param str string: Fortran code to check for a match 2383 :return: keyword "PASS" with the name of a passed-object 2384 dummy argument or nothing if no match is found 2387 return CALLBase.match(
"PASS", Arg_Name, string)
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/fparser-ref/checkouts/342_reference_guide/src/fparser/two/Fortran2003.py