Package copr :: Package client :: Module responses :: Class ModifyProjectResponse
[hide private]
[frames] | no frames]

Class ModifyProjectResponse

source code


Instance Methods [hide private]
 
__init__(self, client, response, name, description=None, instructions=None, repos=None)
:param client: copr.main.Client :param response:
source code

Inherited from ProjectMixin: delete_project, get_project_details

Inherited from BaseResponse: __getattr__, __str__, __unicode__, repeat_action

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from BaseResponse (private): _simple_fields

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, client, response, name, description=None, instructions=None, repos=None)
(Constructor)

source code 

:param client: copr.main.Client :param response:

Overrides: object.__init__
(inherited documentation)