]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sun, 20 Feb 2022 13:45:13 +0000 (15:45 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 13:45:13 +0000 (15:45 +0200)
commitfa621a738875dc8a644a6149e7ffd4be0a40f1d9
treed9124d21c62718fe902338fd9151db469678df8d
parentdde048819f3975bdf98b3e50ea9ef8ea25ecdb8e
[3.10] replace `self` param with more appropriate `cls` in classmethods (GH-31402) (GH-31446)

(cherry picked from commit a3fcca4af1cb418dc802feb75100ecc1a286afaa)

Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
Co-authored-by: Josh Smith <cmyuiosu@gmail.com>
Lib/_collections_abc.py