Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ test_wcswidth
Function
test_wcswidth
testing/io/test_wcwidth.py:37–38 ·
view source on GitHub ↗
(s: str, expected: int)
Source
from the content-addressed store, hash-verified
35
],
36
)
37
def
test_wcswidth(s: str, expected: int) -> None:
38
assert wcswidth(s) == expected
Callers
nothing calls this directly
Calls
1
wcswidth
Function · 0.90
Tested by
no test coverage detected