Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/typing
/ test_valid
Method
test_valid
typing_extensions/src/test_typing_extensions.py:340–341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
338
339
class
IntVarTests(BaseTestCase):
340
def
test_valid(self):
341
T_ints = IntVar(
"T_ints"
)
# noqa
342
343
def
test_invalid(self):
344
with
self.assertRaises(TypeError):
Callers
nothing calls this directly
Calls
1
IntVar
Function · 0.90
Tested by
no test coverage detected