1 2 3 4 5 6 7 8
%extend lldb::SBQueueItem { #ifdef SWIGPYTHON %pythoncode%{ def __hex__(self): return self.GetAddress() %} #endif }