This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| test_account_data.py | ||
| test_events.py | ||
| test_receipts.py | ||
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| test_account_data.py | ||
| test_events.py | ||
| test_receipts.py | ||