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

Method size

Lib/tkinter/__init__.py:3543–3545  ·  view source on GitHub ↗

Return the number of elements in the listbox.

(self)

Source from the content-addressed store, hash-verified

3541 select_set = selection_set
3542
3543 def size(self):
3544 """Return the number of elements in the listbox."""
3545 return self.tk.getint(self.tk.call(self._w, 'size'))
3546
3547 def itemcget(self, index, option):
3548 """Return the value of OPTION for item at INDEX."""

Callers 15

d3.min.jsFile · 0.45
dFunction · 0.45
FFunction · 0.45
test_sizeMethod · 0.45
test_resizeMethod · 0.45
test_trackfd_neg1Method · 0.45
test_anonymousMethod · 0.45
test_offsetMethod · 0.45

Calls 2

getintMethod · 0.45
callMethod · 0.45

Tested by 12

test_sizeMethod · 0.36
test_resizeMethod · 0.36
test_trackfd_neg1Method · 0.36
test_anonymousMethod · 0.36
test_offsetMethod · 0.36
test_large_filesizeMethod · 0.36
test_fontlist_keyMethod · 0.36
test_fontlist_mouseMethod · 0.36