Changes between Version 4 and Version 5 of S3/S3Method


Ignore:
Timestamp:
01/28/11 01:13:36 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Method

    v4 v5  
    66== Implementing Method Handlers ==
    77
    8 Method handlers must be callable objects, i.e. they can be instances of classes which implement the !__call__ method, lambdas or normal functions.
     8Method handlers must be callable objects, i.e. they can be instances of classes which implement the {{{__call__}}} method, lambdas or normal functions.
    99
    1010In any case, they must take the {{{S3Request}}} instance (representing the HTTP request) and a variable list of named arguments as parameters: