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

Class ModifyProjectChrootResponse

source code


Instance Methods [hide private]
 
__init__(self, client, response, name, chroot, pkgs)
:param client: copr.main.Client :param response:
source code
 
repeat_action(self) source code

Inherited from ProjectChrootMixin: get_project_chroot_details, modify_project_chroot_details

Inherited from ProjectMixin: delete_project, get_project_details

Inherited from BaseResponse: __getattr__, __str__, __unicode__

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, chroot, pkgs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

repeat_action(self)

source code 
Overrides: BaseResponse.repeat_action