Module ida_idaapi :: Class PyIdc_cvt_int64__
[frames] | no frames]

Class PyIdc_cvt_int64__

        object --+    
                 |    
pyidc_cvt_helper__ --+
                     |
                    PyIdc_cvt_int64__

Helper class for explicitly representing VT_INT64 values

Instance Methods
 
__add__(self, other)
 
__div__(self, other)
 
__init__(self, v)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__mul__(self, other)
 
__radd__(self, other)
 
__rdiv__(self, other)
 
__rmul__(self, other)
 
__rsub__(self, other)
 
__sub__(self, other)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from pyidc_cvt_helper__: value

Inherited from object: __class__

Method Details

__init__(self, v)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)