Definition at line 16 of file ids.py.
◆ __repr__()
| python.ids.DefectIDBitfield.__repr__ |
( |
| self | ) |
|
Definition at line 21 of file ids.py.
21 def __repr__(self):
22 args = (bool(self.is_virtual), self.defect)
23 return "(is_virtual=%s, defect=%i)" % args
24
25
◆ _fields_
| list python.ids.DefectIDBitfield._fields_ |
|
staticprotected |
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: