Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
press
Method · 0.45
get_all_colorschemes
Function · 0.45
addright
Method · 0.45
fill_gap
Method · 0.45
_get_left_part
Method · 0.45
_get_right_part
Method · 0.45
__init__
Method · 0.45
open
Method · 0.45
add_to_history
Method · 0.45
_get_left_part
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected