Home
last modified time | relevance | path

Searched defs:is_tuple (Results 1 – 6 of 6) 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
/third_party/libxml2/python/
Dlibxml.c3496 int is_tuple = 0; in PyxmlNodeSet_Convert() local
3555 int is_tuple = 0; in PystringSet_Convert() local