Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_xdrlib.py47 self.assertEqual(up.unpack_string(), s)
49 self.assertEqual(up.unpack_array(up.unpack_string), a)
/third_party/python/Lib/
Dxdrlib.py215 def unpack_string(self): member in Unpacker
219 unpack_opaque = unpack_string
220 unpack_bytes = unpack_string
/third_party/python/Doc/library/
Dxdrlib.rst208 .. method:: Unpacker.unpack_string()
218 :meth:`unpack_string`.
224 :meth:`unpack_string`.