mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
This should fix things like:
def __init__(self, val):
self.val = val.decode("string_escape")
ValueError: Trailing \ in string
pathod/language/base.py:108: ValueError
test/pathod/test_language_websocket.py:83: in fr
return netlib.websockets.Frame.from_bytes(tutils.render(wf, settings))
test/pathod/tutils.py:123: in render
r = r.resolve(settings)
pathod/language/websockets.py:179: in resolve
Key(base.TokValueLiteral(os.urandom(4)))
|
||
|---|---|---|
| .. | ||
| language | ||
| protocols | ||
| static | ||
| templates | ||
| __init__.py | ||
| app.py | ||
| log.py | ||
| pathoc.py | ||
| pathoc_cmdline.py | ||
| pathod.py | ||
| pathod_cmdline.py | ||
| test.py | ||
| utils.py | ||
| version.py | ||