Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dxdrlib.py95 def pack_fstring(self, n, s): member in Packer
103 pack_fopaque = pack_fstring
108 self.pack_fstring(n, s)
/third_party/python/Doc/library/
Dxdrlib.rst82 .. method:: Packer.pack_fstring(n, s)
91 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`.
98 :meth:`pack_fstring`.
/third_party/python/Misc/
DHISTORY19103 - Patch #1300515: xdrlib.py: Fix pack_fstring() to really use null bytes