(x, y)
| 659 | return True |
| 660 | @serv.register_function(name='add') |
| 661 | def _(x, y): |
| 662 | return x + y |
| 663 | testInstance = TestInstanceClass() |
| 664 | serv.register_instance(testInstance, allow_dotted_names=True) |
| 665 | evt.set() |
no outgoing calls
no test coverage detected