Home
last modified time | relevance | path

Searched refs:obcapture (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dsvmodule.c145 char* obcapture; in svc_GetFields() local
153 obcapture = (char*)self->ob_capture; in svc_GetFields()
155 if (!(f1 = PyString_FromStringAndSize(obcapture, fieldsize))) in svc_GetFields()
157 if (!(f2 = PyString_FromStringAndSize(obcapture + fieldsize, in svc_GetFields()