Files
python-uncompyle6/test/simple_source/bug36/05_36lambda.py
2018-03-18 23:37:32 -04:00

5 lines
161 B
Python

# From Python 3.6 hmac.py
# needed to change mklamba rule
def __init__(self, msg = None, digestmod = None):
self.digest_cons = lambda d='': digestmod.new(d)