| 
| def  | __init__ (self, *args) | 
|   | 
| def  | MakeRelativeTo (self, aPath) | 
|   | 
| def  | EndsWith (self, aPath) | 
|   | 
| def  | AsString (self) | 
|   | 
| def  | __eq__ (self, rhs) | 
|   | 
| def  | __lt__ (self, rhs) | 
|   | 
| def  | __gt__ (self, rhs) | 
|   | 
| def  | __iadd__ (self, aRhs) | 
|   | 
| def  | iterator (self) | 
|   | 
| def  | __iter__ (self) | 
|   | 
| def  | __nonzero__ (self) | 
|   | 
| def  | __bool__ (self) | 
|   | 
| def  | __len__ (self) | 
|   | 
| def  | __getslice__ (self, i, j) | 
|   | 
| def  | __setslice__ (self, *args) | 
|   | 
| def  | __delslice__ (self, i, j) | 
|   | 
| def  | __delitem__ (self, *args) | 
|   | 
| def  | __getitem__ (self, *args) | 
|   | 
| def  | __setitem__ (self, *args) | 
|   | 
| def  | pop (self) | 
|   | 
| def  | append (self, x) | 
|   | 
| def  | empty (self) | 
|   | 
| def  | size (self) | 
|   | 
| def  | swap (self, v) | 
|   | 
| def  | begin (self) | 
|   | 
| def  | end (self) | 
|   | 
| def  | rbegin (self) | 
|   | 
| def  | rend (self) | 
|   | 
| def  | clear (self) | 
|   | 
| def  | get_allocator (self) | 
|   | 
| def  | pop_back (self) | 
|   | 
| def  | erase (self, *args) | 
|   | 
| def  | __init__ (self, *args) | 
|   | 
| def  | push_back (self, x) | 
|   | 
| def  | front (self) | 
|   | 
| def  | back (self) | 
|   | 
| def  | assign (self, n, x) | 
|   | 
| def  | resize (self, *args) | 
|   | 
| def  | insert (self, *args) | 
|   | 
| def  | reserve (self, n) | 
|   | 
| def  | capacity (self) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ KIID_PATH class.
 
Definition at line 1307 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.KIID_PATH.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
          *  | 
          args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
    __init__(KIID_PATH self) -> KIID_PATH
    __init__(KIID_PATH self, wxString aString) -> KIID_PATH 
Reimplemented from pcbnew.KIID_VECT_LIST.
Definition at line 1313 of file pcbnew.py.
 
 
◆ __eq__()
      
        
          | def pcbnew.KIID_PATH.__eq__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          rhs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__eq__(KIID_PATH self, KIID_PATH rhs) -> bool
 
Definition at line 1332 of file pcbnew.py.
 
 
◆ __gt__()
      
        
          | def pcbnew.KIID_PATH.__gt__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          rhs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__gt__(KIID_PATH self, KIID_PATH rhs) -> bool
 
Definition at line 1340 of file pcbnew.py.
 
 
◆ __iadd__()
      
        
          | def pcbnew.KIID_PATH.__iadd__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aRhs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__iadd__(KIID_PATH self, KIID_PATH aRhs) -> KIID_PATH
 
Definition at line 1344 of file pcbnew.py.
 
 
◆ __lt__()
      
        
          | def pcbnew.KIID_PATH.__lt__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          rhs  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
__lt__(KIID_PATH self, KIID_PATH rhs) -> bool
 
Definition at line 1336 of file pcbnew.py.
 
 
◆ AsString()
      
        
          | def pcbnew.KIID_PATH.AsString  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
AsString(KIID_PATH self) -> wxString
 
Definition at line 1328 of file pcbnew.py.
 
 
◆ EndsWith()
      
        
          | def pcbnew.KIID_PATH.EndsWith  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPath  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
EndsWith(KIID_PATH self, KIID_PATH aPath) -> bool
 
Definition at line 1324 of file pcbnew.py.
 
 
◆ MakeRelativeTo()
      
        
          | def pcbnew.KIID_PATH.MakeRelativeTo  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPath  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
MakeRelativeTo(KIID_PATH self, KIID_PATH aPath) -> bool
 
Definition at line 1320 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.KIID_PATH.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: