Series
- class patchwork.Series.Series
Class for Series object
- property id
- Type:
integer
- property url
- Type:
string
- property web_url
- Type:
string
- property version
- Type:
integer
- property total
- Type:
integer
- property date
- Type:
datetime.datetime
- property name
- Type:
string
- property received_total
- Type:
integer
- property received_all
- Type:
boolean
- property mbox
- Type:
string
- get_project()
Project detail (partial)
- Return type:
- get_submitter()
Submitter detail (partial)
- Return type:
- get_patches()
List of Patches
- Return type:
List of
patchwork.Patch.Patch
- get_cover_letter()
Cover letter detail
- Return type: