MCPcopy Create free account
hub / github.com/pytest-dev/pytest / isdict

Function isdict

src/_pytest/assertion/util.py:110–111  ·  view source on GitHub ↗
(x: Any)

Source from the content-addressed store, hash-verified

108
109
110def isdict(x: Any) -> bool:
111 return isinstance(x, dict)
112
113
114def isset(x: Any) -> bool:

Callers 1

_compare_eq_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected