Searched refs:newflag (Results 1 – 4 of 4) sorted by relevance
153 .. c:function:: int PyFile_SoftSpace(PyObject *p, int newflag)158 :attr:`softspace` attribute of *p* to *newflag* and return the previous value.
1038 newflag = 11042 newflag = 0 # then not a novel item to add1044 if newflag == 1:
2557 PyFile_SoftSpace(PyObject *f, int newflag) in PyFile_SoftSpace() argument2565 ((PyFileObject *)f)->f_softspace = newflag; in PyFile_SoftSpace()2578 v = PyInt_FromLong((long)newflag); in PyFile_SoftSpace()
412 PyFile_SoftSpace:int:newflag::