The name of the Python module for this CDP domain.
(self)
| 789 | |
| 790 | @property |
| 791 | def module(self) -> str: |
| 792 | """The name of the Python module for this CDP domain.""" |
| 793 | return snake_case(self.domain) |
| 794 | |
| 795 | @classmethod |
| 796 | def from_json(cls, domain: dict): |
no test coverage detected