GrepCommand


Attributes

a bad_names

['.svn', 'CVS', '_darcs']

a default_interactive

0

a default_verbosity

0

a description

None

a group_name

''

a hidden

False

a max_args

1

a max_args_error

'You must provide no more than %(max_args)s arguments'

a min_args

1

a min_args_error

'You must provide at least %(min_args)s arguments'

a parser

<paste.script.bool_optparse.BoolOptionParser instance at 0x8c77aec>

a required_args

()

a return_code

0

a summary

'Search project for symbol'

a takes_config_file

None

a usage

'SYMBOL'

Methods

f command(self) ...

f search_dir(self, dir) ...

f search_file(self, filename) ...

f search_code(self, code, filename, path) ...

f search_text(self, filename, as_module=False) ...

f found(self, code, filename, path) ...

f __init__(self, name) ...

f find_occurance(self, code) ...

f module_name(self, filename) ...

f relative_name(self, filename) ...

f display(self, filename, path) ...

See the source for more information.