Searched refs:emptystring (Results 1 – 5 of 5) sorted by relevance
334 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local339 if (emptystring == NULL) { in PyCode_NewEmpty()340 emptystring = PyBytes_FromString(""); in PyCode_NewEmpty()341 if (emptystring == NULL) in PyCode_NewEmpty()363 emptystring, /* code */ in PyCode_NewEmpty()372 emptystring /* linetable */ in PyCode_NewEmpty()
68 \newcommand{\emptystring}{\epsilon}
26 emptystring { "" }
194 Objects/codeobject.c:PyCode_NewEmpty():emptystring static PyObject *emptystring
2038 Objects/codeobject.c PyCode_NewEmpty emptystring -