Home
last modified time | relevance | path

Searched refs:MetaSub (Results 1 – 1 of 1) sorted by relevance

/external/python/six/
Dtest_six.py739 class MetaSub(Meta): class
741 class Y(six.with_metaclass(MetaSub, X)):
743 assert type(Y) is MetaSub