Re: standard doc style for method signatures

2005-05-31 Thread David S.
David S. alumni.tufts.edu> writes: > > Is there a generally accepted way to denote method signatures---that is, > expected type or required interface for each argument. > Here is an answer: http://python.org/peps/pep-0257.html http://www.python.org/peps/pep-0008.html -- http://mail.python

standard doc style for method signatures

2005-05-30 Thread David S.
Is there a generally accepted way to denote method signatures---that is, expected type or required interface for each argument. -- http://mail.python.org/mailman/listinfo/python-list