marshall_webapp.models.transients_comments.element.models_transients_comments_element_put module

The data model module for the ``transients_comments_element_put`` resource

Author

David Young

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

Bases: object

The worker class for the models_transients_comments_element_put module

Key Arguments

  • log – logger

  • request – the pyramid request

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

  • search – is this a search request (boolean)

Usage

Todo

  • add usage info

  • create a sublime snippet for usage

  • add a tutorial about models_transients_comments_element_put to documentation

  • create a blog post about what models_transients_comments_element_put does

usage code
put()[source]

execute the put method on the models_transients_comments_element_put object

Return

  • responseContent – the reponse to send to the browser

_set_default_parameters()[source]

set default parameters

Key Arguments

Return

  • None