Package s3 :: Module s3track :: Class S3CheckOutMethod
[frames] | no frames]

Class S3CheckOutMethod

source code

     object --+    
              |    
s3rest.S3Method --+
                  |
                 S3CheckOutMethod

Custom Method to allow a trackable resource to check-out

Instance Methods

Inherited from s3rest.S3Method: __call__, widget

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
 
apply_method(r, **attr)
Apply method.
source code

Inherited from s3rest.S3Method: crud_string

Properties

Inherited from object: __class__

Method Details

apply_method(r, **attr)
Static Method

source code 

Apply method.

Parameters:
  • r - the S3Request
  • attr - controller options for this request
Returns:
output object to send to the view
Overrides: s3rest.S3Method.apply_method