Function argument conformity check
Matthew Woodcraft
mattheww at chiark.greenend.org.uk
Wed Jun 18 16:29:58 EDT 2008
In article <9577cf2e-4440-4d97-b8e8-1dbc00bfca68 at 34g2000hsh.googlegroups.com>,
> The problem is that using these attributes, I would essentially have
> to re-write the logic python uses when calling a function with a
> given set of arguments. I was hoping there is a way to get at that
> logic without rewriting it.
I don't think there is. I ended up rewriting it when I wanted to do a
similar thing.
-M-
More information about the Python-list
mailing list