Module ida_kernwin :: Class place_t
[frames] | no frames]

Class place_t

object --+
         |
        place_t
Known Subclasses:

Proxy of C++ place_t class.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
 
adjust(self, ud)
bool
beginning(self, ud)
place_t
clone(self)
int
compare(self, t2)
 
copyfrom(self, _from)
bool
deserialize(self, _in)
bool
ending(self, ud)
place_t
enter(self, arg2)
PyObject *
generate(self, ud, maxsize)
int
id(self)
 
leave(self, arg2)
place_t
makeplace(self, ud, x, lnnum)
char const *
name(self)
bool
next(self, ud)
bool
prev(self, ud)
bool
rebase(self, arg2)
 
serialize(self)
ea_t
toea(self)
uval_t
touval(self, ud)

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

Static Methods
enumplace_t
as_enumplace_t(p)
idaplace_t
as_idaplace_t(p)
simpleline_place_t
as_simpleline_place_t(p)
structplace_t
as_structplace_t(p)
Properties
  lnnum
place_t_lnnum_get(self) -> int
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

lnnum

place_t_lnnum_get(self) -> int

Get Method:
unreachable.place_t_lnnum_get(self)
Set Method:
unreachable.place_t_lnnum_set(self, lnnum)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)