gbp.patch_series.Dep3Patch(Patch)
class documentationgbp.patch_series
(View In Hierarchy)
Method | _read_info | Undocumented |
Method | _dep3_get_value | Undocumented |
Method | _dep3_to_info | Process the ordered dict generated by check_dep3 and add the information to self.info |
Method | _check_dep3 | Read DEP3 patch information into a structured form |
Inherited from Patch:
Method | __init__ | Undocumented |
Method | __repr__ | Undocumented |
Method | subject | The patch's subject, either from the patch header or from the filename. |
Method | author | The patch's author |
Method | The patch author's email address | |
Method | date | The patch's modification time |
Method | _read_git_mailinfo | Read patch information into a structured form |
Method | _get_subject_from_filename | Determine the patch's subject based on the its filename |
Method | _get_info_field | Return the key I{key} from the info C{dict} or use val if I{key} is not a valid key. |