Package coprs :: Package rest_api :: Package resources :: Module mock_chroot :: Class MockChrootR
[hide private]
[frames] | no frames]

Class MockChrootR

source code


Instance Methods [hide private]
 
mediatypes(resource_cls)

Inherited from flask_restful.Resource: dispatch_request

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

Class Methods [hide private]
 
get(cls, name) source code

Inherited from flask.views.View: as_view

Class Variables [hide private]
  endpoint = 'mockchrootr'
  methods = ['GET']

Inherited from flask_restful.Resource: method_decorators, representations

Inherited from flask.views.View: decorators

Properties [hide private]

Inherited from object: __class__