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

Method unpack_auth

lantz/drivers/legacy/rpc.py:133–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131class Unpacker(xdrlib.Unpacker):
132
133 def unpack_auth(self):
134 flavor = self.unpack_enum()
135 stuff = self.unpack_opaque()
136 return (flavor, stuff)
137
138 def unpack_callheader(self):
139 xid = self.unpack_uint()

Callers 3

unpack_callheaderMethod · 0.95
unpack_replyheaderMethod · 0.95
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected