class documentation
class FieldSet(object):
A simple field set.
Among the features are:
- checking if a string is among a list of static string or regex objects
- checking if a whole list of string matches
- returning the matching groups from a regex match
Internally, all fields are held as regular expression objects.
| Method | __init__ |
Undocumented |
| Method | |
Extend the field set with the items from another one |
| Method | |
Checks if a field matches the current set |
| Method | |
Returns the list of fields not matching the current set |
| Instance Variable | items |
Undocumented |