]> granicus.if.org Git - python/commit
Append "..." if the appropriate flag (for varargs) in co_flags is set.
authorGuido van Rossum <guido@python.org>
Wed, 9 Jun 1999 20:34:57 +0000 (20:34 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Jun 1999 20:34:57 +0000 (20:34 +0000)
commit2073177e0121f38895cd7e13c327850978833728
tree9f1f2e585bc6f716c2d583fd6a00fa0ed5d76bbf
parentd9e5d17407f21e25b5540efe77c891537763816e
Append "..." if the appropriate flag (for varargs) in co_flags is set.
Ditto "***" for kwargs.
Tools/idle/CallTips.py