IDA Domain Python API
ida_domain.VersionInfo Class Reference

Inherits object, and _VersionInfo.__class__.

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def __str__ (self)
 
def __repr__ (self)
 
def __class_getitem__ (cls, key)
 
def __str__ (cls)
 
def __repr__ (cls)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Provides library version information.

Constructor & Destructor Documentation

◆ __init__()

def ida_domain.VersionInfo.__init__ (   self,
args,
**  kwargs 
)

Member Function Documentation

◆ __class_getitem__()

def ida_domain.VersionInfo.__class_getitem__ (   cls,
  key 
)

◆ __repr__() [1/2]

def ida_domain.VersionInfo.__repr__ (   cls)

◆ __repr__() [2/2]

def ida_domain.VersionInfo.__repr__ (   self)

◆ __str__() [1/2]

def ida_domain.VersionInfo.__str__ (   cls)

◆ __str__() [2/2]

def ida_domain.VersionInfo.__str__ (   self)

Property Documentation

◆ thisown

ida_domain.VersionInfo.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static