Value to assign to the member, for instance "function (){}"
(self)
| 36 | print(self.valueAfterAssignation()) |
| 37 | |
| 38 | def valueToAssign(self): |
| 39 | """ |
| 40 | Value to assign to the member, for instance "function (){}" |
| 41 | """ |
| 42 | return '""'; |
| 43 | |
| 44 | def valueAfterAssignation(self): |
| 45 | """ |