Searched refs:SequenceError (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dsequencer.py6 # 'SequenceError', 'Sequencer']
122 Values that cannot be packed produce a SequenceError:
127 SequenceError: failed while packing 'eggs'=None
131 SequenceError: failed while packing 'eggs'=-1
136 raises a SequenceError, unless noerror=True (then unset
144 SequenceError: out of data while unpacking 'eggs'
175 a SequenceError as well.
180 SequenceError: string too long (len=65536) while packing 'spam'
225 raise SequenceError('string too long (len={0:d}) '
231 raise SequenceError('faile
462 class SequenceError(Exception): class in inherits:Exception
[all...]
H A Dprotocol.py295 Without noerror=True a short packet raises a SequenceError:
300 SequenceError: out of data while unpacking 'fcall'
326 SequenceError: invalid fcall 'Rlink' for 9P2000
338 SequenceError: invalid fcall 'Rlink' for 9P2000
347 SequenceError: invalid fcall None for 9P2000.L
356 If the packet is too long, noerror suppresses the SequenceError:
361 SequenceError: 1 byte(s) unconsumed
373 SequenceError, but just as for header unpacking, you can use
393 a SequenceError if we try to unpack with dotu or dotl:
398 SequenceError
440 SequenceError = sequencer.SequenceError variable
[all...]
H A Dp9conn.py600 except protocol.SequenceError as err:
605 except protocol.SequenceError:
1148 It's possible for this to produce a SequenceError, if
1162 It's possible for this to produce a SequenceError, if

Completed in 96 milliseconds