Package moap :: Package command :: Module cl :: Class Entry
[hide private]
[frames] | no frames]

Class Entry

source code

Known Subclasses:

I represent one entry in a ChangeLog file.

Instance Methods [hide private]
 
match(self, needle, caseSensitive=False)
Match the given needle against the given entry.
source code
Instance Variables [hide private]
str lines = None
the original text block of the entry.
Method Details [hide private]

match(self, needle, caseSensitive=False)

source code 

Match the given needle against the given entry.

Subclasses should override this method.

Parameters:
  • caseSensitive (bool) - whether to do case sensitive searching
Returns:
whether the entry contains the given needle.