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

Class cancellable_graph_t

 object --+    
          |    
gdl_graph_t --+
              |
             cancellable_graph_t

Proxy of C++ cancellable_graph_t class

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)

Inherited from gdl_graph_t: begin, edge, empty, end, entry, exists, exit, front, get_edge_color, get_node_color, get_node_label, nedge, node_qty, npred, nsucc, pred, print_edge, print_graph_attributes, print_node, print_node_attributes, size, succ

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: ...
  cancelled = _swig_property(_idaapi.cancellable_graph_t_cancell...
  padding = _swig_property(_idaapi.cancellable_graph_t_padding_g...
  __swig_destroy__ = _idaapi.delete_cancellable_graph_t
  __del__ = lambda self:
Properties

Inherited from object: __class__

Method Details

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

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Class Variable Details

thisown

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

cancelled

Value:
_swig_property(_idaapi.cancellable_graph_t_cancelled_get, _idaapi.canc\
ellable_graph_t_cancelled_set)

padding

Value:
_swig_property(_idaapi.cancellable_graph_t_padding_get, _idaapi.cancel\
lable_graph_t_padding_set)