Module idaapi :: Class til_symbol_t
[frames] | no frames]

Class til_symbol_t

object --+
         |
        til_symbol_t

Proxy of C++ til_symbol_t class

Instance Methods
 
__repr__(self)
repr(x)
 
__init__(self, *args)
__init__(self, char n = None, til_t t = None) -> til_symbol_t

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables
  thisown = _swig_property(lambda x: x.this.own(), lambda x, v: ...
  name = _swig_property(_idaapi.til_symbol_t_name_get, _idaapi.t...
  til = _swig_property(_idaapi.til_symbol_t_til_get, _idaapi.til...
  __swig_destroy__ = _idaapi.delete_til_symbol_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

 

__init__(self, char n = None, til_t t = None) -> til_symbol_t

Overrides: object.__init__

Class Variable Details

thisown

Value:
_swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc\
= 'The membership flag')

name

Value:
_swig_property(_idaapi.til_symbol_t_name_get, _idaapi.til_symbol_t_nam\
e_set)

til

Value:
_swig_property(_idaapi.til_symbol_t_til_get, _idaapi.til_symbol_t_til_\
set)