So that requests can be shown and saved if the debug options are activated. json.load(fp) is just calling json.loads(fp.read) so there is no performance loss. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| backend.py | ||
| browser.py | ||
| test.py | ||
So that requests can be shown and saved if the debug options are activated. json.load(fp) is just calling json.loads(fp.read) so there is no performance loss. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| backend.py | ||
| browser.py | ||
| test.py | ||