| Trees | Indices | Help |
|
|---|
|
|
object --+
|
partial
partial(func, *args, **keywords) - new function with partial application of the given arguments and keywords.
|
|||
|
|||
|
|||
|
|||
| a new object with type S, a subtype of T |
|
||
|
|||
|
Inherited from |
|||
|
|||
|
args tuple of arguments to future partial calls |
|||
|
func function object to use in future partial calls |
|||
|
keywords dictionary of keyword arguments to future partial calls |
|||
|
|||
x.__delattr__('name') <==> del x.name
|
x.__getattribute__('name') <==> x.name
|
|
x.__setattr__('name', value) <==> x.name = value
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0 on Tue Jan 29 22:43:41 2008 | http://epydoc.sourceforge.net |