MCPcopy Create free account
hub / github.com/python/cpython / next

Method next

Lib/tkinter/ttk.py:1378–1381  ·  view source on GitHub ↗

Returns the identifier of item's next sibling, or '' if item is the last child of its parent.

(self, item)

Source from the content-addressed store, hash-verified

1376
1377
1378 def next(self, item):
1379 """Returns the identifier of item's next sibling, or '' if item
1380 is the last child of its parent."""
1381 return self.tk.call(self._w, "next", item)
1382
1383
1384 def parent(self, item):

Callers 2

_tFunction · 0.45
d3.min.jsFile · 0.45

Calls 1

callMethod · 0.45

Tested by

no test coverage detected