Proxy of C++ edge_t class.
|
| | __init__ (self, *args) |
| | init(self) -> edge_t init(self, x, y) -> edge_t
|
| |
| "bool" | __lt__ (self, *args) |
| | lt(self, y) -> bool
|
| |
| "bool" | __eq__ (self, *args) |
| | eq(self, y) -> bool
|
| |
| "bool" | __ne__ (self, *args) |
| | ne(self, y) -> bool
|
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | src = property(_ida_graph.edge_t_src_get, _ida_graph.edge_t_src_set, doc=) |
| |
| | dst = property(_ida_graph.edge_t_dst_get, _ida_graph.edge_t_dst_set, doc=) |
| |
◆ __init__()
| __init__ |
( |
| self, |
|
|
* | args ) |
◆ __eq__()
| "bool" __eq__ |
( |
| self, |
|
|
* | args ) |
◆ __lt__()
| "bool" __lt__ |
( |
| self, |
|
|
* | args ) |
◆ __ne__()
| "bool" __ne__ |
( |
| self, |
|
|
* | args ) |
◆ dst
| dst = property(_ida_graph.edge_t_dst_get, _ida_graph.edge_t_dst_set, doc=) |
|
static |
◆ src
| src = property(_ida_graph.edge_t_src_get, _ida_graph.edge_t_src_set, doc=) |
|
static |
◆ thisown
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: