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

Function isset

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

Source from the content-addressed store, hash-verified

112
113
114def isset(x: Any) -> bool:
115 return isinstance(x, (set, frozenset))
116
117
118def isnamedtuple(obj: Any) -> bool:

Callers 1

_compare_eq_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected