This commit is contained in:
2026-01-24 22:09:56 -06:00
parent 9733da9f44
commit c946981c38
103 changed files with 911 additions and 409 deletions

View File

@@ -12,7 +12,7 @@ else:
if sys.version_info < (3, 6):
from collections import Sized, Iterable, Container
from collections import Container, Iterable, Sized
def _check_methods(C, *methods):
mro = C.__mro__