marshall_webapp.models.xmatches_searches.models_xmatches_searches_get module

The model get for the ``models_xmatches_searches_get.py`` resource

Author

David Young

class models_xmatches_searches_get(log, request, elementId=False, search=False)[source]

Bases: dryxPyramid.models.models_base.base_model

The worker class for the models_xmatches_searches_get module

Key Arguments

  • log – logger

  • request – the pyramid request

  • elementId – the specific element id requests (or False)

get()[source]

execute the get method on the models_xmatches_searches_get object

Return

  • responseContent – the reponse to send to the browser

_set_default_parameters()[source]

set default parameters

Return:

- None
close()[source]