E.g. Running the command in the example:
pprint(vars(mutations[0])['_Model__dict'])
results in this error:
TypeError Traceback (most recent call last)
in
----> 1 pprint(vars(mutations[0])['_Model__dict'])
TypeError: vars() argument must have dict attribute
E.g. Running the command in the example:
pprint(vars(mutations[0])['_Model__dict'])
results in this error:
TypeError Traceback (most recent call last)
in
----> 1 pprint(vars(mutations[0])['_Model__dict'])
TypeError: vars() argument must have dict attribute