Searched refs:pack_from (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dprotocol.py176 pack_from():
185 pkt = proto.pack_from(reply)
189 proto.pack, the pack_from will detect this "missing" value and
232 effectively do a pack_from of a pfod built from the arguments. In
545 # call self.pack_from().
641 # should use pack_from instead).
661 def pack_from(self, data): member in class:_P9Proto
663 return self._pack_from(data, True, 'pack_from', None)
668 self.Rwalk, etc.) and from pack and pack_from methods.
679 assert caller in ('pack', 'pack_from') an
[all...]
H A Dp9conn.py736 super(P9Client, self).write(self.proto.pack_from(req))

Completed in 172 milliseconds