Return the methods of the shared object indicated by token
(self, c, token)
| 411 | return ident, tuple(exposed) |
| 412 | |
| 413 | def get_methods(self, c, token): |
| 414 | ''' |
| 415 | Return the methods of the shared object indicated by token |
| 416 | ''' |
| 417 | return tuple(self.id_to_obj[token.id][1]) |
| 418 | |
| 419 | def accept_connection(self, c, name): |
| 420 | ''' |
no outgoing calls