MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_wcswidth

Function test_wcswidth

testing/io/test_wcwidth.py:39–40  ·  view source on GitHub ↗
(s: str, expected: int)

Source from the content-addressed store, hash-verified

37 ],
38)
39def test_wcswidth(s: str, expected: int) -> None:
40 assert wcswidth(s) == expected

Callers

nothing calls this directly

Calls 1

wcswidthFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…