Home | Trees | Indices | Help |
|
---|
|
object --+ | Overload
A list of parameters that when matched, call an associated operation.
You can think of it as part of an operation signature
Methods:
- process_call: Call overload's operation if args match.
- insert_params: Insert parameters
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Construct an Overload Parameters:
|
Call the overload's operation with args if all args match. Parameters:
Returns (True, return_value) if the args matched, (False, None) otherwise |
Insert parameters into the current list of parameters at index Parameters:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0 on Thu Jul 22 13:11:42 2010 | http://epydoc.sourceforge.net |