marshall_webapp.models.transients_comments.element.models_transients_comments_element_post module

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

Author

David Young

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

Bases: object

The worker class for the models_transients_comments_element_post 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_post to documentation

  • create a blog post about what models_transients_comments_element_post doess

usage code
post()[source]

execute the post method on the models_transients_comments_element_post object

Return

  • responseContent – the reponse to send to the browser

_set_default_parameters()[source]

set default parameters

Key Arguments

Return

  • None