MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _getints

Method _getints

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1510–1513  ·  view source on GitHub ↗

Internal function.

(self, string)

Source from the content-addressed store, hash-verified

1508 self.tk.quit()
1509
1510 def _getints(self, string):
1511 """Internal function."""
1512 if string:
1513 return tuple(map(self.tk.getint, self.tk.splitlist(string)))
1514
1515 def _getdoubles(self, string):
1516 """Internal function."""

Callers 15

winfo_pointerxyMethod · 0.95
winfo_rgbMethod · 0.95
grid_bboxMethod · 0.95
grid_locationMethod · 0.95
grid_sizeMethod · 0.95
info_bboxMethod · 0.80
anchor_getMethod · 0.80
nearestMethod · 0.80
wm_aspectMethod · 0.80
wm_gridMethod · 0.80
wm_iconpositionMethod · 0.80
wm_maxsizeMethod · 0.80

Calls 2

tupleClass · 0.85
mapFunction · 0.50

Tested by

no test coverage detected