Set relationships between objects stored in this configuration. :param functions_arguments: List of Variable objects which are function arguments
(self, functions_arguments)
| 1100 | variable.setId(IdMap) |
| 1101 | |
| 1102 | def setIdMap(self, functions_arguments): |
| 1103 | """Set relationships between objects stored in this configuration. |
| 1104 | :param functions_arguments: List of Variable objects which are function arguments |
| 1105 | """ |
| 1106 | self.set_tokens_links() |
| 1107 | self.set_id_map(functions_arguments) |
| 1108 | |
| 1109 | |
| 1110 | class Platform: |
no test coverage detected