pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.95k stars 321 forks source link

Document base class OTP #99

Closed pickfire closed 3 years ago

pickfire commented 4 years ago

*args, **kwargs are not mentioned in HOTP and TOTP but in OTP.

kislyuk commented 3 years ago

Thank you for pointing this out. I ended up writing out each argument and its docstring in the subclass constructors instead.