]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Feb 2022 00:10:35 +0000 (16:10 -0800)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 00:10:35 +0000 (02:10 +0200)
commite7115d53632bebf137ca7245a9ced7107c082e99
tree822f1e227197d57bafd9aa1d219983b0b279b6f5
parent83eabc6c8f6757f277d26064a83a626c4779424e
replace `self` param with more appropriate `cls` in classmethods (GH-31402) (#31445)

(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