Proxy of C++ edge_t class.  
|  | 
|  | __init__ (self, "int" x=0, "int" y=0) | 
|  | init(self, x=0, y=0) -> edge_t 
 | 
|  | 
| "bool" | __lt__ (self, "edge_t" y) | 
|  | lt(self, y) -> bool 
 | 
|  | 
| "bool" | __eq__ (self, "edge_t" y) | 
|  | eq(self, y) -> bool 
 | 
|  | 
| "bool" | __ne__ (self, "edge_t" y) | 
|  | ne(self, y) -> bool 
 | 
|  | 
|  | 
| str | src = property(_ida_gdl.edge_t_src_get, _ida_gdl.edge_t_src_set, doc=) | 
|  | 
| str | dst = property(_ida_gdl.edge_t_dst_get, _ida_gdl.edge_t_dst_set, doc=) | 
|  | 
|  | 
|  | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|  | 
◆ __init__()
      
        
          | __init__ | ( |  | self, | 
        
          |  |  | "int" | x = 0, | 
        
          |  |  | "int" | y = 0 ) | 
      
 
 
◆ __eq__()
      
        
          | "bool" __eq__ | ( |  | self, | 
        
          |  |  | "edge_t" | y ) | 
      
 
 
◆ __lt__()
      
        
          | "bool" __lt__ | ( |  | self, | 
        
          |  |  | "edge_t" | y ) | 
      
 
 
◆ __ne__()
      
        
          | "bool" __ne__ | ( |  | self, | 
        
          |  |  | "edge_t" | y ) | 
      
 
 
◆ dst
  
  | 
        
          | str dst = property(_ida_gdl.edge_t_dst_get, _ida_gdl.edge_t_dst_set, doc=) |  | static | 
 
 
◆ src
  
  | 
        
          | str src = property(_ida_gdl.edge_t_src_get, _ida_gdl.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: