mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-15 21:18:30 +08:00
06c682449f
Fixed several inconsistent parameter names so all instance methods take 'self' and all class methods take 'cls'. This avoids warnings or errors from linting tools that enforce standard naming conventions.