Home | Trees | Indices | Help |
|
---|
|
object --+ | Overloader
A collection of `Overload`s that can process calls.
Tool for overloading operations.
Has an ordered collection of overloads which serve as rules, the operation of the matching overload is called. If none match, an assertion error is raised.
Methods:
- process_call: Process a call with given args and keyword args
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct an Overloader. Parameters:
|
Process a call with given args and keyword args. The matching overload is called. Parameters:
Returns the return value of the called operation |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |