Home
last modified time | relevance | path

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

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