pass_attr¶
Whether the object is passed to a procedure pointer component.
Declaration¶
Syntax¶
pass_attr = NotMethod | Pass | NoPass
Values¶
Value |
Meaning |
|---|---|
|
the symbol is not a procedure pointer component, so the question does not apply. |
|
the object is passed as an argument, |
|
the object is not passed, |
Return values¶
None. An enumeration value is not evaluated.
Description¶
For a Pass component, the self_argument of the
Variable names which dummy argument the object
is passed as; with no name it is the first.