| 
|   | __init__ (self, *args) | 
|   | 
|   | TestLayers (self, aRhs, aLhs) | 
|   | 
|   | iterator (self) | 
|   | 
|   | __iter__ (self) | 
|   | 
|   | __nonzero__ (self) | 
|   | 
|   | __bool__ (self) | 
|   | 
|   | __len__ (self) | 
|   | 
|   | __getslice__ (self, i, j) | 
|   | 
|   | __setslice__ (self, *args) | 
|   | 
|   | __delslice__ (self, i, j) | 
|   | 
|   | __delitem__ (self, *args) | 
|   | 
|   | __getitem__ (self, *args) | 
|   | 
|   | __setitem__ (self, *args) | 
|   | 
|   | pop (self) | 
|   | 
|   | append (self, x) | 
|   | 
|   | empty (self) | 
|   | 
|   | size (self) | 
|   | 
|   | swap (self, v) | 
|   | 
|   | begin (self) | 
|   | 
|   | end (self) | 
|   | 
|   | rbegin (self) | 
|   | 
|   | rend (self) | 
|   | 
|   | clear (self) | 
|   | 
|   | get_allocator (self) | 
|   | 
|   | pop_back (self) | 
|   | 
|   | erase (self, *args) | 
|   | 
|   | __init__ (self, *args) | 
|   | 
|   | push_back (self, x) | 
|   | 
|   | front (self) | 
|   | 
|   | back (self) | 
|   | 
|   | assign (self, n, x) | 
|   | 
|   | resize (self, *args) | 
|   | 
|   | insert (self, *args) | 
|   | 
|   | reserve (self, n) | 
|   | 
|   | 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++ LSEQ class.
 
Definition at line 9922 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.LSEQ.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    __init__(LSEQ self) -> LSEQ
    __init__(LSEQ self, std::initializer_list< PCB_LAYER_ID > aLayers) -> LSEQ
 
Definition at line 9928 of file pcbnew.py.
 
 
◆ TestLayers()
      
        
          | pcbnew.LSEQ.TestLayers  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aRhs,  | 
        
        
           | 
           | 
           |           aLhs ) | 
        
      
 
TestLayers(LSEQ self, PCB_LAYER_ID aRhs, PCB_LAYER_ID aLhs) -> int
 
Definition at line 9935 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.LSEQ.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: