-
-
Notifications
You must be signed in to change notification settings - Fork 252
parsing/introspection ncurses viewer neglects parenthesis #54
Copy link
Copy link
Closed
Labels
Description
import this from a module (a file):
def tlater(point=Point(1,2,3), origin=Point(0,0,0), normal=Direction(0,0,1), vx=Direction(1,0,0)):
pass
import it. Then type: "tlater(" in bpython to get the help/intellisense-knockoff to display the function signature. You'll see that it doesn't quite match what the function signature actually is.
screenshot: http://adl.serveftp.org/2009-08-20-bpython-bug.png
module code that was originally used: http://pastebin.com/f463da37c
- Bryan
http://heybryan.org/
1 512 203 0507
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/54
- Originally Reported By: Anonymous
- Originally Created At: 2009-08-20T16:50:23.279
Reactions are currently unavailable