Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
def
issequence(x: Any) -> bool:
103
return
isinstance(x, collections.abc.Sequence) and not isinstance(x, str)
104
105
106
def
istext(x: Any) -> bool:
Callers
1
_compare_eq_any
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected