Home
last modified time | relevance | path

Searched defs:PyUnicode_IS_READY (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h268 static inline unsigned int PyUnicode_IS_READY(PyObject *op) { in PyUnicode_IS_READY() function
272 # define PyUnicode_IS_READY(op) PyUnicode_IS_READY(_PyObject_CAST(op)) macro
[all...]

Completed in 2 milliseconds