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

/freebsd-13-stable/contrib/lib9p/pytest/
H A Dsequencer.py5 #__all__ = ['EncDec', 'EncDecSimple', 'EncDecTyped', 'EncDecA',
23 class EncDec(object): class in inherits:object
41 EncDec also provide b2s() and s2b() static methods, which
47 EncDec also provides b2u() and u2b() to do conversion to/from
101 class EncDecSimple(EncDec):
274 class EncDecTyped(EncDec):
276 EncDec for typed objects (which are build from PFODs, which are
364 class EncDecA(EncDec):
366 EncDec for arrays (repeated objects).
469 (unmarshals) a series of objects, according to their EncDec
[all...]

Completed in 101 milliseconds