Definition at line 17 of file ids.py.
◆ __repr__()
def python.ids.DefectIDBitfield.__repr__ |
( |
|
self | ) |
|
Definition at line 22 of file ids.py.
23 args = (
bool(self.is_virtual), self.defect)
24 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 18 of file ids.py.
The documentation for this class was generated from the following file: