(self, *args, **kwargs)
| 631 | class static(Signature): |
| 632 | |
| 633 | def clone(self, *args, **kwargs): |
| 634 | return self |
| 635 | |
| 636 | def s(*args, **kwargs): |
| 637 | return static(self.add, args, kwargs, type=self.add, app=self.app) |
no outgoing calls
no test coverage detected