Home
last modified time | relevance | path

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

/third_party/python/Lib/
Daifc.py213 def _write_string(f, s): function
848 _write_string(self._file, self._compname)
908 _write_string(self._file, name)
/third_party/python/Lib/test/
Dtest_aifc.py254 aifc._write_string(f, b'too long' * 255)