class documentation

Allows providing a list of coreapi.Fields, plus an optional description.

Method __init__ Parameters:
Method get_link Undocumented
Instance Variable _description Undocumented
Instance Variable _encoding Undocumented
Instance Variable _fields Undocumented

Inherited from ViewInspector:

Method __get__ Enables `ViewInspector` as a Python _Descriptor_.
Method __set__ Undocumented
Method get_description Determine a path description.
Method view.deleter Undocumented
Method view.setter Undocumented
Class Variable header_regex Undocumented
Instance Variable instance_schemas Undocumented
Property view View property.
Method _get_description_section Undocumented
Instance Variable _view Undocumented
def __init__(self, fields, description='', encoding=None): (source)

Parameters: * `fields`: list of `coreapi.Field` instances. * `description`: String description for view. Optional.

def get_link(self, path, method, base_url): (source)

Undocumented

_description = (source)

Undocumented

_encoding = (source)

Undocumented

Undocumented