def totp()
in
otp.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def totp(password): t = pyotp.TOTP(password) return t.now()