ATLAS Offline Software
Loading...
Searching...
No Matches
python.ids.DefectIDBitfield Class Reference
Inheritance diagram for python.ids.DefectIDBitfield:
Collaboration diagram for python.ids.DefectIDBitfield:

Public Member Functions

 __repr__ (self)

Static Protected Attributes

list _fields_

Detailed Description

Definition at line 16 of file ids.py.

Member Function Documentation

◆ __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

Member Data Documentation

◆ _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: