Handles the actual parsing of a command reply.  
 More...
|  | 
| def | __init__ (self) | 
|  | 
| def | is_completed (self) | 
|  | Returns true if no more reply input is required.  More... 
 | 
|  | 
| def | feed | 
|  | Enter a line of data into parsing FSM, update state.  More... 
 | 
|  | 
| def | __init__ (self) | 
|  | 
Handles the actual parsing of a command reply. 
Definition at line 442 of file client.py.
◆ feed()
      
        
          | def lirc.client.ReplyParser.feed | ( |  | self, | 
        
          |  |  |  | line | 
        
          |  | ) |  |  | 
      
 
Enter a line of data into parsing FSM, update state. 
Definition at line 455 of file client.py.
 
 
◆ is_completed()
      
        
          | def lirc.client.ReplyParser.is_completed | ( |  | self, | 
        
          |  |  |  | bool | 
        
          |  | ) |  |  | 
      
 
Returns true if no more reply input is required. 
Definition at line 451 of file client.py.
 
 
The documentation for this class was generated from the following file: