Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dxdrlib.rst30 .. class:: Unpacker(data)
32 ``Unpacker`` is the complementary class which unpacks XDR data values from a
146 Unpacker Objects
149 The :class:`Unpacker` class offers the following methods:
152 .. method:: Unpacker.reset(data)
157 .. method:: Unpacker.get_position()
162 .. method:: Unpacker.set_position(position)
168 .. method:: Unpacker.get_buffer()
173 .. method:: Unpacker.done()
179 unpacked with an :class:`Unpacker`. Unpacking methods are of the form
[all …]
/third_party/python/Lib/test/
Dtest_xdrlib.py27 up = xdrlib.Unpacker(data)
/third_party/python/Lib/
Dxdrlib.py132 class Unpacker: class