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

Function istext

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

Source from the content-addressed store, hash-verified

104
105
106def istext(x: Any) -> bool:
107 return isinstance(x, str)
108
109
110def isdict(x: Any) -> bool:

Callers 3

isiterableFunction · 0.85
assertrepr_compareFunction · 0.85
_compare_eq_anyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected