Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
DPython-ast.c309 static PyTypeObject *Bytes_type; variable
955 Bytes_type = make_type("Bytes", expr_type, Bytes_fields, 1); in init_types()
956 if (!Bytes_type) return 0; in init_types()
3339 result = PyType_GenericNew(Bytes_type, NULL, NULL); in ast2obj_expr()
6751 isinstance = PyObject_IsInstance(obj, (PyObject*)Bytes_type); in obj2ast_expr()
8253 if (PyDict_SetItemString(d, "Bytes", (PyObject*)Bytes_type) < 0) return in PyInit__ast()