Home | Trees | Indices | Help |
|
---|
|
object --+ | Token --+ | LeafToken --+ | HashDirective
A directive to the shell about how to launch the job, identified by a leading # character.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
commencer_ch =
|
|||
|
|||
Inherited from |
|
Hash directives are not included in the final command line.
|
Return the list of directives which are expanded from this token. The HashDirective token will return something here, but most other tokens use the default implementation which returns an empty list.
|
Return a list of completions for this token from the specified cursor location. If no possible completions exist, [] is returned. If possible completions exist, a list of strings is returned. The first item is the root of the completions, the rest are possible extensions of the root. Most tokens will return None if the cursor is not at the end. The default implementation returns nothing.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 14 22:46:37 2010 | http://epydoc.sourceforge.net |