diff options
| author | Sebastian Falbesoner <[email protected]> | 2020-04-10 17:39:36 +0200 |
|---|---|---|
| committer | Sebastian Falbesoner <[email protected]> | 2020-04-25 13:49:08 +0200 |
| commit | 0956e46bff7f0b6da65a4de6d4f8261fe9d7055c (patch) | |
| tree | daaa37ab9326e53a2c7fd734dbe9af0f79852387 /src/httpserver.cpp | |
| parent | Merge #18724: test: add coverage for -rpcwallet cli option (diff) | |
| download | discoin-0956e46bff7f0b6da65a4de6d4f8261fe9d7055c.tar.xz discoin-0956e46bff7f0b6da65a4de6d4f8261fe9d7055c.zip | |
test: use zero-argument super() shortcut (Python 3.0+)
as defined in PEP 3135:
"The new syntax:
super()
is equivalent to:
super(__class__, <firstarg>)
where __class__ is the class that the method was defined in, and <firstarg> is
the first parameter of the method (normally self for instance methods, and cls
for class methods)."
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions