Home
last modified time | relevance | path

Searched defs:is_tuple (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkEnumerate.h20 template <typename> struct is_tuple : std::false_type {}; struct
/third_party/python/Lib/test/
Dtest_future.py163 self, annotation, expected=None, drop_parens=False, is_tuple=False, argument
/third_party/python/Lib/lib2to3/
Dfixer_util.py158 def is_tuple(node): function
/third_party/python/Lib/lib2to3/tests/
Dtest_util.py29 def is_tuple(self, string): member in Test_is_tuple
/third_party/python/Objects/
Dgenericaliasobject.c306 int is_tuple = PyTuple_Check(item); in _Py_subs_parameters() local