Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getint
Method
getint
Lib/tkinter/__init__.py:781–785 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
779
return
self.tk.getvar(name)
780
781
def
getint(self, s):
782
try
:
783
return
self.tk.getint(s)
784
except
TclError
as
exc:
785
raise
ValueError(str(exc))
786
787
def
getdouble(self, s):
788
try
:
Callers
15
__init__
Method · 0.45
get
Method · 0.45
winfo_atom
Method · 0.45
winfo_cells
Method · 0.45
winfo_depth
Method · 0.45
winfo_exists
Method · 0.45
winfo_height
Method · 0.45
winfo_ismapped
Method · 0.45
winfo_pixels
Method · 0.45
winfo_pointerx
Method · 0.45
winfo_pointery
Method · 0.45
winfo_reqheight
Method · 0.45
Calls
1
str
Function · 0.85
Tested by
5
basic_test
Method · 0.36
test_reading
Method · 0.36
test_cfgparser_dot_3
Method · 0.36
test_converters
Method · 0.36
test_getint
Method · 0.36