(self, variable)
| 55 | self._global_variable_owners.append(global_variable_owner) |
| 56 | |
| 57 | def is_global_variable(self, variable): |
| 58 | return any(x.is_global_variable(variable) for x in self._global_variable_owners) |
| 59 | |
| 60 | async def trim_links(self, operation, links, agent): |
| 61 | """ |