views_xmatches_searches (module)

Classes

Response([body, status, headerlist, …])

base_view(request)

The base view that can be used for any API resource

lift([categories])

A class decorator which ‘lifts’ superclass venusian configuration decorations into subclasses.

models_xmatches_element_searches_delete(log, …)

The worker class for the models_xmatches_element_searches_delete module

models_xmatches_element_searches_get(log, …)

The worker class for the models_xmatches_element_searches_get module

models_xmatches_element_searches_post(log, …)

The worker class for the models_xmatches_element_searches_post module

models_xmatches_element_searches_put(log, …)

The worker class for the models_xmatches_element_searches_put module

object()

The base class of the class hierarchy.

str([object])

str(bytes_or_buffer[, encoding[, errors]]) -> str

templates_xmatches_searches(log, request[, …])

The worker class for the templates_xmatches_searches module

view_config(**settings)

A function, class or method decorator which allows a developer to create view registrations nearer to a :term:view callable definition than use :term:imperative configuration to do the same.

views_xmatches_searches(request)

xmatches_element_searches_view(request)

Functions

view_defaults(**settings)

A class decorator which, when applied to a class, will provide defaults for all view configurations that use the class.