Block or Report
Block or report serhiy-storchaka
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
-
-
-
astroid Public
Forked from PyCQA/astroid
A common base representation of python source code for pylint and other projects
Python 2
-
pyflakes Public
Forked from PyCQA/pyflakes
A simple program which checks Python source files for errors
Python 3
2,322 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 2 commits in 1 repository
Created a pull request in python/cpython that received 6 comments
Opened 3 other pull requests in 1 repository
Reviewed 2 pull requests in 1 repository
Created an issue in python/cpython that received 7 comments
Specialization of namedtuple types
collections.namedtuple() creates a tuple subclass, and as a subclass it inherits all tuple methods, including __class_getitem__.
The __new__ method…