HomeSort by relevance Sort by last modified time
    Searched defs:PyString_AS_STRING (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
stringobject.h 91 #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval)

Completed in 1242 milliseconds