|  | 
        
          | __init__(yo,
        table,
        key,
        field_names=None) x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | find(yo,
        match,
        partial=False) returns numeric index of (partial) match, or -1
 | source code |  | 
    |  | 
        
          | find_index(yo,
        match) returns numeric index of either (partial) match, or position of where
      match would be
 | source code |  | 
    |  | 
        
          | index(yo,
        match,
        partial=False) returns numeric index of (partial) match, or raises ValueError
 | source code |  | 
    |  |  | 
    |  | 
        
          | query(yo,
        sql_command=None,
        python=None) recognized sql commands are SELECT, UPDATE, REPLACE, INSERT, DELETE, 
      and RECALL
 | source code |  | 
    |  | 
        
          | search(yo,
        match,
        partial=False) returns dbf.List of all (partially) matching records
 | source code |  | 
  
    | Inherited from object:__delattr__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__str__ |