doc
(self)
| 103 | return getattr(self, key) |
| 104 | |
| 105 | def to_json(self): |
| 106 | """doc""" |
| 107 | return json.dumps(dict(self), ensure_ascii=False, sort_keys=True) |
| 108 | |
| 109 | def equal_all_mode(self, other): |
| 110 | """doc""" |
no outgoing calls
no test coverage detected