Home
last modified time | relevance | path

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

/external/python/cpython2/Demo/sockets/
Dftp.py96 cmd = 'PORT ' + string.joinfields(bytes, ',')
/external/python/cpython2/Lib/bsddb/
Ddbrecio.py138 self.write(string.joinfields(list, ''))
/external/python/cpython2/Mac/Demo/sound/
Dmorse.py106 self._base.writeframes(string.joinfields(self._buffer, ''))
/external/python/cpython2/Lib/
Dstringold.py130 joinfields = join variable
Dstring.py321 joinfields = join variable
/external/python/cpython2/Doc/library/
Dstring.rst958 .. function:: joinfields(words[, sep])
961 was only used with one argument, while :func:`joinfields` was only used with two
962 arguments.) Note that there is no :meth:`joinfields` method on string objects;
/external/python/cpython2/Misc/
DHISTORY15032 and "string.joinfields()".
17401 - added functions join() and joinfields()