(self, **kwargs)
| 79 | return self.initialized |
| 80 | |
| 81 | def init(self, **kwargs): |
| 82 | self.initialized = True |
| 83 | self.init_calls.append(kwargs) |
| 84 | |
| 85 | def remote(self, actor_class): |
| 86 | return FakeRemoteActorClass(self, actor_class) |
no outgoing calls
no test coverage detected