class documentation

class ExecutableOption(HasCopyInternals):

Known subclasses: sqlalchemy.orm.interfaces.ORMOption

View In Hierarchy

Undocumented

Method ​_clone Create a shallow copy of this ExecutableOption.
Class Variable __visit​_name__ Undocumented
Class Variable ​_is​_has​_cache​_key Undocumented

Inherited from HasCopyInternals:

Method ​_copy​_internals Reassign internal elements to be clones of themselves.
def _clone(self, **kw):
Create a shallow copy of this ExecutableOption.
__visit_name__: str =

Undocumented

_is_has_cache_key: bool =

Undocumented