Table of Contents
Describes a method of an API.
required - a sequence of required arguments optional - a sequence of tuples (name, default value) varargs - the name of the variable argument or None kwargs - the name of the kw argument or None
__init__ ( self, func )