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

Method inbounds

mitmproxy/addons/view.py:556–560  ·  view source on GitHub ↗

Is this 0 <= index < len(self)?

(self, index: int)

Source from the content-addressed store, hash-verified

554
555 @command.command("view.properties.inbounds")
556 def inbounds(self, index: int) -> bool:
557 """
558 Is this 0 <= index < len(self)?
559 """
560 return 0 <= index < len(self)
561
562 # Event handlers
563 def configure(self, updated):

Callers 4

test_simpleFunction · 0.95
focus_nextMethod · 0.95
focus_prevMethod · 0.95
_getMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_simpleFunction · 0.76