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

Class DeleteProjectResponse

source code


Instance Methods [hide private]
 
__init__(self, client, response, name)
:param client: copr.main.Client :param response:
source code
 
__str__(self)
str(x)
source code
 
__unicode__(self) source code
 
repeat_action(self) source code

Inherited from ProjectMixin: delete_project, get_project_details

Inherited from BaseResponse: __getattr__

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

Class Variables [hide private]
  _simple_fields = [u'message', u'output']
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, client, response, name)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__unicode__(self)

source code 
Overrides: BaseResponse.__unicode__

repeat_action(self)

source code 
Overrides: BaseResponse.repeat_action