(self, *args, **kwargs)
| 431 | return self.current_tracer.create_proxy(*args, **kwargs) |
| 432 | |
| 433 | def create_node(self, *args, **kwargs): |
| 434 | return self.current_tracer.create_node(*args, **kwargs) |
| 435 | |
| 436 | def remove_node(self, *args, **kwargs): |
| 437 | return self.current_tracer.remove_node(*args, **kwargs) |
no outgoing calls
no test coverage detected