Line that will be printed after the assignation. Can be used to call a function (therefore giving the type of its parameters.
(self)
| 42 | return '""'; |
| 43 | |
| 44 | def valueAfterAssignation(self): |
| 45 | """ |
| 46 | Line that will be printed after the assignation. Can be used to call |
| 47 | a function (therefore giving the type of its parameters. |
| 48 | """ |
| 49 | return ''; |
| 50 | |
| 51 | class F(Member): |
| 52 | def __init__(self, returnValue, name, *args): |