class documentation

Undocumented

Class Variable __slots__ Undocumented
Method _implicit_coercions Undocumented
Method _post_coercion Undocumented

Inherited from _SelectIsNotFrom:

Method _raise_for_expected Undocumented

Inherited from _NoTextCoercion (via _SelectIsNotFrom):

Method _literal_coercion Undocumented

Inherited from RoleImpl (via _SelectIsNotFrom, _NoTextCoercion):

Method __init__ Undocumented
Instance Variable name Undocumented
Class Variable _resolve_literal_only Undocumented
Class Variable _skip_clauseelement_for_target_match Undocumented
Instance Variable _role_class Undocumented
Instance Variable _use_inspection Undocumented
def _implicit_coercions(self, element: Any, resolved: Any, argname: Optional[str] = None, explicit_subquery: bool = False, allow_select: bool = True, **kw: Any) -> Any: (source)
def _post_coercion(self, element, deannotate=False, **kw): (source)