Searched refs:cls (Results 1 – 1 of 1) sorted by relevance
| /test/py/tests/ |
| A D | vboot_forge.py | 27 def __new__(cls, clsname, superclasses, attributedict): argument 36 return type.__new__(cls, clsname, superclasses, attributedict) 50 def unpack_from(cls, buffer, offset=0): argument 54 fields = cls.__struct__.unpack_from(buffer, offset) 55 instance = cls() 56 for n, v in zip(cls.__names__, fields):
|
Completed in 5 milliseconds