Block or Report
Block or report ericvsmith
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
product-classifier Public
Forked from DistrictDataLabs/product-classifier
Classify products into categories by their name with NLTK
-
95 contributions in the last year
Contribution activity
May 2022
Created 1 commit in 1 repository
Opened 2 pull requests in 1 repository
Reviewed 3 pull requests in 2 repositories
python/cpython
2 pull requests
python/peps
1 pull request
Created an issue in python/cpython that received 6 comments
Prevent @dataclass from being called twice on the same class
Currently it's possible to do this: @dataclass(repr=False) @dataclass(repr=True) class C: pass This is confusing at best, and will produce unexpect…
6
comments