Produce an empty value for an uninitialized attribute.
(
self, state: InstanceState[Any], dict_: _InstanceDict
)
| 1059 | raise NotImplementedError() |
| 1060 | |
| 1061 | def _default_value( |
| 1062 | self, state: InstanceState[Any], dict_: _InstanceDict |
| 1063 | ) -> Any: |
| 1064 | """Produce an empty value for an uninitialized attribute.""" |
| 1065 | |
| 1066 | raise NotImplementedError() |
| 1067 | |
| 1068 | def get( |
| 1069 | self, |
no outgoing calls
no test coverage detected