(self)
| 41 | |
| 42 | @property |
| 43 | def num_reserved_ids(self): |
| 44 | return self._num_reserved_ids |
| 45 | |
| 46 | def encode(self, s): |
| 47 | """Transform a human-readable string into a sequence of int ids. |
nothing calls this directly
no outgoing calls
no test coverage detected