Home
last modified time | relevance | path

Searched refs:SortableMeta (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_functools.py1238 class SortableMeta(type): class
1243 if not isinstance(other, SortableMeta):
1248 if not isinstance(other, SortableMeta):
1252 class B(metaclass=SortableMeta):
1255 class A(metaclass=SortableMeta):

Completed in 5 milliseconds