>
> I've found a nice way of doing what I want, that supports both 
> documentation and tab-completion, so unless there is a standard way of 
> doing this please ignore this question.
>

I do not know if this is what you have in mind when you say this, but there 
is an 'in-between' way to have both.

def hey(argument1=False,argument2=False,argument3=False):
   pass

Now you can do "hey(<tab>"  and you will see the list of arguments appear.

The point is that this is not a good replacement if it only happens in a 
couple of functions. I am the kind of guys who would implement the string 
version, while regretting the .representation.<tab> version and whie 
fearing that Volker would come tell me that my design is awful.

Nathann

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to