ericvsmith / dataclasses

Apache License 2.0
587 stars 53 forks source link

Add dataclass helper functions: asdict and astuple #26

Closed ilevkivskyi closed 7 years ago

ilevkivskyi commented 7 years ago

I do some small type checking, since this should only work on instances, I defer the other checks to fields (if there will be any).

ericvsmith commented 7 years ago

Fixed. Thanks.