Get value of attribute key_strict. Returns: bool: Whether to raise error when setting unsupported keys.
(self)
| 200 | return ret_human_data |
| 201 | |
| 202 | def get_key_strict(self) -> bool: |
| 203 | """Get value of attribute key_strict. |
| 204 | |
| 205 | Returns: |
| 206 | bool: |
| 207 | Whether to raise error when setting unsupported keys. |
| 208 | """ |
| 209 | return self.__key_strict__ |
| 210 | |
| 211 | def set_key_strict(self, value: bool): |
| 212 | """Set value of attribute key_strict. |
no outgoing calls
no test coverage detected