Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dfileobject.c2196 set_softspace(PyFileObject *f, PyObject *value) in set_softspace() function
2219 {"softspace", (getter)get_softspace, (setter)set_softspace,