class documentation
class Dep3Patch(Patch):
Undocumented
| Instance Variable | long |
Undocumented |
| Method | _check |
Read DEP3 patch information into a structured form |
| Method | _dep3 |
Undocumented |
| Method | _dep3 |
Process the ordered dict generated by check_dep3 and add the information to self.info |
| Method | _read |
Undocumented |
Inherited from Patch:
| Method | __init__ |
Undocumented |
| Method | __repr__ |
Undocumented |
| Class Variable | patch |
Undocumented |
| Instance Variable | info |
Information retrieved from a RFC822 style patch header |
| Instance Variable | path |
path to the patch |
| Instance Variable | strip |
path components to strip (think patch -p<strip>) |
| Instance Variable | topic |
the topic of the patch (the directory component) |
| Property | author |
The patch's author |
| Property | date |
The patch's modification time |
| Property | email |
The patch author's email address |
| Property | subject |
The patch's subject, either from the patch header or from the filename. |
| Method | _get |
Return the key key from the info dict or use val if key is not a valid key. |
| Method | _get |
Determine the patch's subject based on the its filename |
| Method | _read |
Read patch information into a structured form |