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

Class cancellable_graph_t

 object --+    
          |    
gdl_graph_t --+
              |
             cancellable_graph_t
Known Subclasses:

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)
 
__swig_destroy__(...)
delete_cancellable_graph_t(cancellable_graph_t self)
 
__del__(self)

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__

Properties
  thisown
The membership flag
  cancelled
cancellable_graph_t_cancelled_get(cancellable_graph_t self) -> bool

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)

__swig_destroy__(...)

 

delete_cancellable_graph_t(cancellable_graph_t self)

Overrides: gdl_graph_t.__swig_destroy__

__del__(self)
(Destructor)

 
Overrides: gdl_graph_t.__del__

Property Details

thisown

The membership flag

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

cancelled

cancellable_graph_t_cancelled_get(cancellable_graph_t self) -> bool

Get Method:
unreachable.cancellable_graph_t_cancelled_get(...) - cancellable_graph_t_cancelled_get(cancellable_graph_t self) -> bool
Set Method:
unreachable.cancellable_graph_t_cancelled_set(...) - cancellable_graph_t_cancelled_set(cancellable_graph_t self, bool cancelled)