Changes between Version 4 and Version 5 of S3/S3Method
- Timestamp:
- 01/28/11 01:13:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Method
v4 v5 6 6 == Implementing Method Handlers == 7 7 8 Method handlers must be callable objects, i.e. they can be instances of classes which implement the !__call__method, lambdas or normal functions.8 Method handlers must be callable objects, i.e. they can be instances of classes which implement the {{{__call__}}} method, lambdas or normal functions. 9 9 10 10 In any case, they must take the {{{S3Request}}} instance (representing the HTTP request) and a variable list of named arguments as parameters: