flexget.plugins.cli.explain_sql module#
- class flexget.plugins.cli.explain_sql.Explain(stmt)[source]#
Bases:
Executable,ClauseElement- _compiler_dispatch(**kw)#
Look for an attribute named “visit_<visit_name>” on the visitor, and call it with the same kw params.
- _compiler_dispatcher = <sqlalchemy.ext.compiler._dispatcher object>#
- Parameters:
element (Any)
compiler (SQLCompiler)
kw (Any)
- Return type:
Any