(self)
| 208 | |
| 209 | @property |
| 210 | def know_your_customer(self) -> Optional[str]: |
| 211 | return self._know_your_customer |
| 212 | |
| 213 | @property |
| 214 | def extension_setup_at(self) -> Optional[str]: |
nothing calls this directly
no outgoing calls
no test coverage detected