Home | Trees | Indices | Help |
|
---|
|
tag_base.ctags_base --+ | exuberant_ctags
Wraps the Exuberant Ctags program. http://ctags.sourceforge.net
The generate_tags and generate_tagfile methods will accept custom command line parameters for exuberant ctags via the generator_options keyword dict. The Exuberant Ctags output flags (-f and -o) are reserved for internal use and will trigger an exception.
|
|||
|
|||
|
|||
|
|||
str |
|
||
|
|||
list |
|
||
boolean |
|
||
(ctags_file or None) |
|
||
Inherited from |
|
|||
__version_opt =
|
|||
__list_kinds_opt =
|
|||
__argless_args =
|
|||
__default_opts =
|
|||
__exuberant_id =
|
|||
__supported_versions =
|
|||
__warning_str =
|
|
|||
version Exuberant ctags version number. |
|||
language_info Exuberant ctags supported language parsing features. |
|||
Inherited from Inherited from |
|
Wraps the Exuberant Ctags program.
|
Gets Exuberant Ctags program information.
|
Converts from a dict with command line arguments to a string to feed exuberant ctags on the comand line.
|
Prepares parameters to be passed to exuberant ctags.
|
Parses source files into list of tags.
|
Generates tag file from list of files.
|
Parses source files into a ctags_file instance. This method exists to avoid storing ctags generated data in an intermediate form before parsing. According to python documentation, this mechanism could deadlock due to other OS pipe buffers filling and blocking the child process. http://docs.python.org/library/subprocess.html
|
|
__argless_args
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 01 04:48:47 2009 | http://epydoc.sourceforge.net |