Home | History | Annotate | Download | only in python

Lines Matching refs:PY_IMPORT_STRING

48 #define PY_IMPORT_STRING PyUnicode_FromString
52 #define PY_IMPORT_STRING PyString_FromString
920 attrname = PY_IMPORT_STRING((char *) attrs[i]);
923 attrvalue = PY_IMPORT_STRING((char *) attrs[i]);
1326 newName = PY_IMPORT_STRING((char *) node->name);