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

Function issequence

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

Source from the content-addressed store, hash-verified

100
101
102def issequence(x: Any) -> bool:
103 return isinstance(x, collections.abc.Sequence) and not isinstance(x, str)
104
105
106def istext(x: Any) -> bool:

Callers 1

_compare_eq_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected