Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/c-api/
Dfile.rst153 .. c:function:: int PyFile_SoftSpace(PyObject *p, int newflag)
158 :attr:`softspace` attribute of *p* to *newflag* and return the previous value.
/external/toolchain-utils/cros_utils/
Dpstat.py1038 newflag = 1
1042 newflag = 0 # then not a novel item to add
1044 if newflag == 1:
/external/python/cpython2/Objects/
Dfileobject.c2512 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument
2520 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()
2533 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()
/external/python/cpython2/Doc/data/
Drefcounts.dat412 PyFile_SoftSpace:int:newflag::