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