Hallo Robert,
On Thu, 2004-09-02 07:23:32 +0200, robert rottermann wrote:
> Guete Morge zäme,
> wie kann ich die anzahl Parameter feststellen, die eine Methode erwartet?
schau mal in die Doku des inspect-Moduls:
http://docs.python.org/lib/module-inspect.html
insbesondere:
http://docs.python.org/lib/inspect-classes-functions.html
Viele Grüße
Stefan