MCPcopy Index your code
hub / github.com/python/typing / IntVar

Function IntVar

typing_extensions/src/typing_extensions.py:222–223  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

220
221
222def IntVar(name):
223 return typing.TypeVar(name)
224
225
226# 3.8+:

Callers 2

test_validMethod · 0.90
test_invalidMethod · 0.90

Calls

no outgoing calls

Tested by 2

test_validMethod · 0.72
test_invalidMethod · 0.72