|
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)
|