Method
hasparent
(
self, state: InstanceState[Any], optimistic: bool = False
)
Source from the content-addressed store, hash-verified
| 464 | return op(other, self.comparator, **kwargs) # type: ignore[no-any-return] # noqa: E501 |
| 465 | |
| 466 | def hasparent( |
| 467 | self, state: InstanceState[Any], optimistic: bool = False |
| 468 | ) -> bool: |
| 469 | return self.impl.hasparent(state, optimistic=optimistic) is not False |
| 470 | |
| 471 | def _column_strategy_attrs(self) -> Sequence[QueryableAttribute[Any]]: |
| 472 | return (self,) |
Callers
nothing calls this directly
Tested by
no test coverage detected