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

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dp9conn.py897 statval = self.proto.unpack_wirestat(resp.data)
1154 obj, offset = self.proto.unpack_wirestat(bstring, offset, noerror)
H A Dprotocol.py371 unpack_wirestat. The stat values are variable length so this
386 >>> newobj, offset = plain.unpack_wirestat(data, 0)
395 >>> dotu.unpack_wirestat(data, 0) # doctest: +IGNORE_EXCEPTION_DETAIL
404 >>> newobj, offset = plain.unpack_wirestat(data[0:10], 0, noerror=True)
764 def unpack_wirestat(self, bstring, offset, noerror=False): member in class:_P9Proto

Completed in 111 milliseconds