Cover

class patchwork.Cover.Cover

Class for Cover Letter object

property id
Type:

integer

property url
Type:

string

property web_url
Type:

string

property msgid
Type:

string

property list_archive_url
Type:

string

property date
Type:

datetime.datetime

property name
Type:

string

property mbox
Type:

string

property comments
Type:

string

property headers
Type:

dict

property content
Type:

string

get_project()

Project detail (partial)

Return type:

patchwork.Project.Project

get_submitter()

Submitter detail (partial)

Return type:

patchwork.People.People

get_series()

Series detail

Return type:

List of patchwork.Series.Series

get_comments()

List comments

Calls:

GET /api/patches/{id}/comments

Return type:

List of patchwork.Comment.Comment