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

/external/chromium-trace/trace-viewer/third_party/six/
H A Dtest_six.py679 class X(six.with_metaclass(Meta)):
685 class X(six.with_metaclass(Meta, Base)):
691 class X(six.with_metaclass(Meta, Base, Base2)):
H A Dsix.py771 def with_metaclass(meta, *bases): function

Completed in 69 milliseconds