HomeSort by relevance Sort by last modified time
    Searched refs:_PyType_Name (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Modules/_sha3/
sha3module.c 181 if (!_PyArg_NoKeywords(_PyType_Name(type), kwargs)) {
184 if (!PyArg_UnpackTuple(args, _PyType_Name(type), 0, 1, &data)) {
  /external/python/cpython3/Include/
object.h 504 PyAPI_FUNC(const char *) _PyType_Name(PyTypeObject *);
    [all...]
  /external/python/cpython3/Objects/
odictobject.c     [all...]
bytearrayobject.c 914 const char *className = _PyType_Name(Py_TYPE(self));
    [all...]
typeobject.c 393 _PyType_Name(PyTypeObject *type)
415 return PyUnicode_FromString(_PyType_Name(type));
428 return PyUnicode_FromString(_PyType_Name(type));
    [all...]
exceptions.c 119 const char *name = _PyType_Name(Py_TYPE(self));
    [all...]
  /external/python/cpython3/Modules/
itertoolsmodule.c     [all...]
_collectionsmodule.c     [all...]
_functoolsmodule.c     [all...]
arraymodule.c     [all...]

Completed in 169 milliseconds