mitmproxy/test/scripts/a.py

10 lines
92 B
Python
Raw Normal View History

var = 0
def here(ctx):
global var
var += 1
return var
def errargs():
pass