Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytes_methods.c658 PyObject *sub_obj; in _Py_bytes_count() local
668 &sub_obj, &byte, &start, &end)) in _Py_bytes_count()
671 if (sub_obj) { in _Py_bytes_count()
672 if (PyObject_GetBuffer(sub_obj, &vsub, PyBUF_SIMPLE) != 0) in _Py_bytes_count()
689 if (sub_obj) in _Py_bytes_count()
/third_party/python/Lib/test/test_zoneinfo/
Dtest_zoneinfo.py480 sub_obj = self.klass("Europe/London")
482 self.assertIsNot(base_obj, sub_obj)
484 self.assertIsInstance(sub_obj, self.klass)