X Tutup
Skip to content

parsing/introspection ncurses viewer neglects parenthesis #54

@ikanobori

Description

@ikanobori

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


Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup