diff options
author | Barry Warsaw <barry@python.org> | 1996-12-04 22:05:42 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-04 22:05:42 (GMT) |
commit | 102dc417bf14a1e8e0cb4df51acc1c1de48669c5 (patch) | |
tree | f622f4bb828b1e6cbf70a4351f68d1dce22666e1 /Doc/lib/libxdrlib.tex | |
parent | 75eccc5bcf7773921993a64a9d9e7122183e85ab (diff) | |
download | cpython-102dc417bf14a1e8e0cb4df51acc1c1de48669c5.zip cpython-102dc417bf14a1e8e0cb4df51acc1c1de48669c5.tar.gz cpython-102dc417bf14a1e8e0cb4df51acc1c1de48669c5.tar.bz2 |
Describe the new Unpacker.get_buffer() method.
Diffstat (limited to 'Doc/lib/libxdrlib.tex')
-rw-r--r-- | Doc/lib/libxdrlib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libxdrlib.tex b/Doc/lib/libxdrlib.tex index 6b44cb0..e0ed029 100644 --- a/Doc/lib/libxdrlib.tex +++ b/Doc/lib/libxdrlib.tex @@ -127,6 +127,10 @@ Sets the data buffer unpack position to \var{position}. You should be careful about using \code{get_position()} and \code{set_position()}. \end{funcdesc} +\begin{funcdesc}{get_buffer}{} +Returns the current unpack data buffer as a string. +\end{funcdesc} + \begin{funcdesc}{done}{} Indicates unpack completion. Raises an \code{xdrlib.Error} exception if all of the data has not been unpacked. |