Peter Wang wrote: > I understand that we're all adults, but it's still nice to have the > computer tell us when we're being childish. :)
like this?
def accepts(*types):
raise RuntimeError("don't be childish!")
def returns(rtype):
raise RuntimeError("don't be childish!")
</F>
--
http://mail.python.org/mailman/listinfo/python-list
