MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / function_argspec

Method function_argspec

lib/sqlalchemy/sql/compiler.py:3167–3168  ·  view source on GitHub ↗
(self, func: Function[Any], **kwargs: Any)

Source from the content-addressed store, hash-verified

3165 )
3166
3167 def function_argspec(self, func: Function[Any], **kwargs: Any) -> str:
3168 return func.clause_expr._compiler_dispatch(self, **kwargs)
3169
3170 def visit_compound_select(
3171 self, cs, asfrom=False, compound_index=None, **kwargs

Callers 1

visit_functionMethod · 0.95

Calls 1

_compiler_dispatchMethod · 0.45

Tested by

no test coverage detected