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

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dsequencer.py5 #__all__ = ['EncDec', 'EncDecSimple', 'EncDecTyped', 'EncDecA',
106 EncDecTyped.
274 class EncDecTyped(EncDec): class in inherits:EncDec
300 >>> e = EncDecTyped(qid, 'aqid', qid_s)
307 If an EncDecTyped instance has a conditional sequencer, note
318 >>> e = EncDecTyped(breakfast, 'bfname', bfseq)
331 super(EncDecTyped, self).__init__(name, aux)
H A Dprotocol.py1521 normally correspond to an EncDecTyped, but we have one special
1538 encdec = sequencer.EncDecTyped(cls, name, sub, aux)

Completed in 114 milliseconds