brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 277bba2 Raw
9 lines · plain
1%extend lldb::SBQueueItem {2#ifdef SWIGPYTHON3    %pythoncode%{4    def __hex__(self):5      return self.GetAddress()6    %}7#endif8}9