mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +00:00
Make file generators display nicely in pathoc actions dump.
This commit is contained in:
parent
96db3557ce
commit
32bd16aa31
@ -171,6 +171,9 @@ class FileGenerator:
|
||||
def __getslice__(self, a, b):
|
||||
return self.map.__getslice__(a, b)
|
||||
|
||||
def __repr__(self):
|
||||
return "<%s"%self.path
|
||||
|
||||
|
||||
class _Value:
|
||||
def __init__(self, val):
|
||||
|
Loading…
Reference in New Issue
Block a user