MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_cls_kwargs

Function get_cls_kwargs

lib/sqlalchemy/util/langhelpers.py:424–429  ·  view source on GitHub ↗
(
    cls: type,
    *,
    _set: Optional[Set[str]] = None,
    raiseerr: Literal[True] = ...,
)

Source from the content-addressed store, hash-verified

422
423@overload
424def get_cls_kwargs(
425 cls: type,
426 *,
427 _set: Optional[Set[str]] = None,
428 raiseerr: Literal[True] = ...,
429) -> Set[str]: ...
430
431
432@overload

Callers 2

constructor_keyFunction · 0.85
constructor_copyFunction · 0.85

Calls 4

_inspect_func_argsFunction · 0.85
getMethod · 0.45
updateMethod · 0.45
discardMethod · 0.45

Tested by

no test coverage detected