M
Mohsen Pahlevanzadeh
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
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