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

Method lower

Lib/tkinter/__init__.py:1184–1186  ·  view source on GitHub ↗

Lower this widget in the stacking order.

(self, belowThis=None)

Source from the content-addressed store, hash-verified

1182 return self.tk.call(('send', interp, cmd) + args)
1183
1184 def lower(self, belowThis=None):
1185 """Lower this widget in the stacking order."""
1186 self.tk.call('lower', self._w, belowThis)
1187
1188 def tkraise(self, aboveThis=None):
1189 """Raise this widget in the stacking order."""

Callers 15

conf.pyFile · 0.45
process_glossary_nodesFunction · 0.45
fetch_releaseFunction · 0.45
detect_extension_modulesFunction · 0.45
unpack_depsFunction · 0.45
__getattr__Method · 0.45
__calc_weekdayMethod · 0.45
__calc_monthMethod · 0.45
__calc_am_pmMethod · 0.45
__calc_date_timeMethod · 0.45
__find_month_formatMethod · 0.45

Calls 1

callMethod · 0.45

Tested by 2

runMethod · 0.36
__init__Method · 0.36