mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-17 11:52:44 +02:00
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)."