ranger.ext.command_parser
index
/home/hut/work/ranger/ranger/ext/command_parser.py

 
Classes
       
builtins.object
LazyParser

 
class LazyParser(builtins.object)
    Parse commands and extract information
 
  Methods defined here:
__add__(self, newpart)
__init__(self, line)
chunk(self, n, otherwise='')
Chunks are pieces of the command seperated by spaces
rest(self, n, otherwise='')
Rests are the strings which come after each word.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)