MCPcopy Create free account
hub / github.com/LabPy/lantz / pack_auth

Method pack_auth

lantz/drivers/legacy/rpc.py:97–100  ·  view source on GitHub ↗
(self, auth)

Source from the content-addressed store, hash-verified

95class Packer(xdrlib.Packer):
96
97 def pack_auth(self, auth):
98 flavor, stuff = auth
99 self.pack_enum(flavor)
100 self.pack_opaque(stuff)
101
102 def pack_auth_unix(self, stamp, machinename, uid, gid, gids):
103 self.pack_uint(stamp)

Callers 3

pack_callheaderMethod · 0.95
pack_replyheaderMethod · 0.95
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected