MCPcopy
hub / github.com/ranger/ranger / add

Method add

ranger/gui/bar.py:24–25  ·  view source on GitHub ↗
(self, *a, **kw)

Source from the content-addressed store, hash-verified

22 self.gap = BarSide(base_color_tag)
23
24 def add(self, *a, **kw):
25 self.left.add(*a, **kw)
26
27 def addright(self, *a, **kw):
28 self.right.add(*a, **kw)

Callers 10

pressMethod · 0.45
get_all_colorschemesFunction · 0.45
addrightMethod · 0.45
fill_gapMethod · 0.45
_get_left_partMethod · 0.45
_get_right_partMethod · 0.45
__init__Method · 0.45
openMethod · 0.45
add_to_historyMethod · 0.45
_get_left_partMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected