MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _no_kw

Function _no_kw

lib/sqlalchemy/sql/_typing.py:406–410  ·  lib/sqlalchemy/sql/_typing.py::_no_kw
()

Source from the content-addressed store, hash-verified

404
405
406def _no_kw() -> exc.ArgumentError:
407 return exc.ArgumentError(
408 class="st">"Additional keyword arguments are not accepted by this "
409 class="st">"function/method. The presence of **kw is for pep-484 typing purposes"
410 )
411
412
413def _unexpected_kw(methname: str, kw: Dict[str, Any]) -> NoReturn:

Callers 4

with_only_columnsMethod · 0.85
selectFunction · 0.85
compositeFunction · 0.85
with_entitiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected