class documentation

class AnonymizedFromClauseImpl(StrictFromClauseImpl): (source)

View In Hierarchy

Undocumented

Class Variable __slots__ Undocumented
Method _post_coercion Undocumented

Inherited from StrictFromClauseImpl:

Method _implicit_coercions Undocumented

Inherited from _SelectIsNotFrom (via StrictFromClauseImpl, FromClauseImpl):

Method _raise_for_expected Undocumented

Inherited from _NoTextCoercion (via StrictFromClauseImpl, FromClauseImpl, _SelectIsNotFrom):

Method _literal_coercion Undocumented

Inherited from RoleImpl (via StrictFromClauseImpl, FromClauseImpl, _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 _post_coercion(self, element, flat=False, name=None, **kw): (source)