MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / get_prev

Method get_prev

mitmproxy/tools/console/flowlist.py:80–81  ·  view source on GitHub ↗
(self, pos)

Source from the content-addressed store, hash-verified

78 return self._get(pos + 1)
79
80 def get_prev(self, pos):
81 return self._get(pos - 1)
82
83
84class FlowListBox(urwid.ListBox, layoutwidget.LayoutWidget):

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected