(self, is_private=False, **params)
| 88 | raise InvalidUseError() |
| 89 | |
| 90 | def as_dict(self, is_private=False, **params): |
| 91 | raise NotImplementedError() |
| 92 | |
| 93 | def as_json(self, is_private=False, **params): |
| 94 | """Represent this key as a JSON string.""" |
no outgoing calls