Definition at line 16 of file ids.py.
◆ __repr__()
def python.ids.DefectIDBitfield.__repr__ |
( |
|
self | ) |
|
Definition at line 21 of file ids.py.
22 args = (
bool(self.is_virtual), self.defect)
23 return "(is_virtual=%s, defect=%i)" % args
◆ _fields_
list python.ids.DefectIDBitfield._fields_ |
|
staticprivate |
Initial value:= [("defect", c_uint, 31),
("is_virtual", c_uint, 1),
]
Definition at line 17 of file ids.py.
The documentation for this class was generated from the following file: