(self)
| 207 | extra_data = Mapping(help="Mapping of extra key/values for this tool.") |
| 208 | |
| 209 | def to_dict(self): |
| 210 | return attr.asdict(self, dict_factory=dict) |
| 211 | |
| 212 | @classmethod |
| 213 | def from_dict(cls, **kwargs): |
no outgoing calls
no test coverage detected