Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c2533 bytes_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bytes_new() function
2808 tmp = bytes_new(&PyBytes_Type, args, kwds); in bytes_subtype_new()
2878 bytes_new, /* tp_new */
/external/python/cpython3/Objects/
Dbytesobject.c2542 bytes_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bytes_new() function
2854 tmp = bytes_new(&PyBytes_Type, args, kwds); in bytes_subtype_new()
2924 bytes_new, /* tp_new */
/external/python/cpython3/Tools/c-analyzer/
DTODO346 Objects/bytesobject.c:bytes_new():PyId___bytes__ _Py_IDENTIFIER(__bytes__)
Dknown.tsv415 Objects/bytesobject.c bytes_new kwlist variable static const char *kwlist[]
1047 Objects/bytesobject.c bytes_new PyId___bytes__ variable _Py_IDENTIFIER(__bytes__)