Searched refs:pack_item (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/ |
D | xdrlib.py | 113 def pack_list(self, list, pack_item): argument 116 pack_item(item) 119 def pack_farray(self, n, list, pack_item): argument 123 pack_item(item) 125 def pack_array(self, list, pack_item): argument 128 self.pack_farray(n, list, pack_item)
|
/third_party/python/Doc/library/ |
D | xdrlib.rst | 113 .. method:: Packer.pack_list(list, pack_item) 118 first, followed by the data value from the list. *pack_item* is the function 129 .. method:: Packer.pack_farray(n, array, pack_item) 133 is raised if ``len(array)`` is not equal to *n*. As above, *pack_item* is the 137 .. method:: Packer.pack_array(list, pack_item)
|