default 'weak reference' for _instance_dict
(self)
| 176 | if not TYPE_CHECKING: |
| 177 | |
| 178 | def _instance_dict(self): |
| 179 | """default 'weak reference' for _instance_dict""" |
| 180 | return None |
| 181 | |
| 182 | expired_attributes: Set[str] |
| 183 | """The set of keys which are 'expired' to be loaded by |
no outgoing calls
no test coverage detected