(self)
| 1822 | |
| 1823 | @property |
| 1824 | def crypticle(self): |
| 1825 | if not hasattr(self, "_crypticle"): |
| 1826 | self.authenticate() |
| 1827 | return self._crypticle |
| 1828 | |
| 1829 | def authenticate(self, _=None): # TODO: remove unused var |
| 1830 | """ |
nothing calls this directly
no test coverage detected