diff options
| author | jvoisin | 2015-11-27 12:18:21 +0100 |
|---|---|---|
| committer | jvoisin | 2015-11-27 12:18:21 +0100 |
| commit | d5a896dddeba644776d3d44fff0370c7fac465cf (patch) | |
| tree | 05a6c3509b3d3f8fd1d65523b79458869a75d19c /libmat/parser.py | |
| parent | 0be0ce35e4763537e2e38fd22d0c0446a55028bb (diff) | |
Add some missing docstrings
Diffstat (limited to 'libmat/parser.py')
| -rw-r--r-- | libmat/parser.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmat/parser.py b/libmat/parser.py index 23cad6b..8e10ae9 100644 --- a/libmat/parser.py +++ b/libmat/parser.py | |||
| @@ -54,6 +54,7 @@ class GenericParser(object): | |||
| 54 | return True | 54 | return True |
| 55 | 55 | ||
| 56 | def _is_clean(self, fieldset): | 56 | def _is_clean(self, fieldset): |
| 57 | """ Helper method of the `is_clean` one """ | ||
| 57 | for field in fieldset: | 58 | for field in fieldset: |
| 58 | remove = self._should_remove(field) | 59 | remove = self._should_remove(field) |
| 59 | if remove is True: | 60 | if remove is True: |
