Home
last modified time | relevance | path

Searched refs:pack_uhyper (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_xdrlib.py19 p.pack_uhyper(45L)
75 self.assertRaisesConversion(self.packer.pack_uhyper, 'string')
/external/python/cpython3/Lib/test/
Dtest_xdrlib.py18 p.pack_uhyper(45)
74 self.assertRaisesConversion(self.packer.pack_uhyper, 'string')
/external/python/cpython2/Demo/rpc/
Dxdr.py43 def pack_uhyper(self, x): member in Packer
47 pack_hyper = pack_uhyper
/external/python/cpython2/Lib/
Dxdrlib.py78 def pack_uhyper(self, x): member in Packer
88 pack_hyper = pack_uhyper
/external/python/cpython3/Lib/
Dxdrlib.py75 def pack_uhyper(self, x): member in Packer
85 pack_hyper = pack_uhyper
/external/python/cpython2/Doc/library/
Dxdrlib.rst68 :meth:`pack_uhyper`, and :meth:`pack_hyper`.
/external/python/cpython3/Doc/library/
Dxdrlib.rst67 :meth:`pack_uhyper`, and :meth:`pack_hyper`.