Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dkillthread.py19 if not isinstance(exctype, (six.class_types, type)):
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dcompat.py12 class_types = type, variable
18 class_types = (type, types.ClassType) variable
Dexc.py172 class_types,
1143 if (isinstance(value, (type, class_types)) and
/external/clang/test/Misc/
Ddiag-template-diffing.cpp280 template<typename ...A> class class_types {}; class
281 void set10(class_types<int, int>) {} in set10()
283 set10(class_types<int>()); in test10()
284 set10(class_types<int, int, int>()); in test10()
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dtest_six.py43 assert isinstance(X, six.class_types)
44 assert isinstance(Y, six.class_types)
45 assert not isinstance(X(), six.class_types)
192 assert isinstance(Queue, six.class_types)
194 assert isinstance(ConfigParser, six.class_types)
Dsix.py42 class_types = type, variable
50 class_types = (type, types.ClassType) variable
/external/chromium-trace/catapult/third_party/six/
Dtest_six.py63 assert isinstance(X, six.class_types)
64 assert isinstance(Y, six.class_types)
65 assert not isinstance(X(), six.class_types)
212 assert isinstance(Queue, six.class_types)
214 assert isinstance(ConfigParser, six.class_types)
Dsix.py43 class_types = type, variable
51 class_types = (type, types.ClassType) variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py39 class_types = type, variable
47 class_types = (type, types.ClassType) variable
/external/chromium-trace/catapult/third_party/Paste/paste/
Dhttpexceptions.py598 if (isinstance(value, (type, six.class_types)) and
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
Dindex.rst51 .. data:: class_types
98 elif isinstance(value, six.class_types):
/external/chromium-trace/catapult/third_party/six/documentation/
Dindex.rst51 .. data:: class_types
98 elif isinstance(value, six.class_types):