functools and objective usage

Mohsen Pahlevanzadeh mohsen at pahlevanzadeh.org
Tue Oct 22 17:56:29 EDT 2013


Dear all,

Suppose i have function name, 3 arguments for it, and object of its
caller such as self.blahbalah
So:
my function is:
self.blahblah.name(arg1,arg2,arg3)

I read functools documentations, may be objictive usage and
functionality differ, Do you have experience with objective usage ? 
http://docs.python.org/2/library/functools.html#partial-objects

I need to use it in my class,

Thank you,

Yours,
Mohsen





More information about the Python-list mailing list