MCPcopy Index your code
hub / github.com/python/cpython / _getints

Method _getints

Lib/tkinter/__init__.py:1623–1626  ·  view source on GitHub ↗

Internal function.

(self, string)

Source from the content-addressed store, hash-verified

1621 self.tk.quit()
1622
1623 def _getints(self, string):
1624 """Internal function."""
1625 if string:
1626 return tuple(map(self.tk.getint, self.tk.splitlist(string)))
1627
1628 def _getdoubles(self, string):
1629 """Internal function."""

Callers 15

winfo_pointerxyMethod · 0.95
winfo_rgbMethod · 0.95
grid_bboxMethod · 0.95
grid_locationMethod · 0.95
grid_sizeMethod · 0.95
wm_aspectMethod · 0.80
wm_gridMethod · 0.80
wm_iconpositionMethod · 0.80
wm_maxsizeMethod · 0.80
wm_minsizeMethod · 0.80
bboxMethod · 0.80
findMethod · 0.80

Calls 1

splitlistMethod · 0.80

Tested by

no test coverage detected