MCPcopy Create free account
hub / github.com/MoyGcc/vid2avatar / __Pyx_PyObject_AsString

Function __Pyx_PyObject_AsString

code/lib/libmise/mise.cpp:25455–25458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25453 return __Pyx_PyUnicode_FromStringAndSize(c_str, (Py_ssize_t)strlen(c_str));
25454}
25455static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject* o) {
25456 Py_ssize_t ignore;
25457 return __Pyx_PyObject_AsStringAndSize(o, &ignore);
25458}
25459#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT
25460#if !CYTHON_PEP393_ENABLED
25461static const char* __Pyx_PyUnicode_AsStringAndSize(PyObject* o, Py_ssize_t *length) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected