omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Does Pythonista have the ability to show function prototypes as you enter a script.

    Pythonista
    editor
    2
    2
    1979
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jserenson
      jserenson last edited by

      I would like to be able to see what the prototype is for the function as I am creating my script. I am new to Python, NumPy and MatPlotLibl and it would be helpful.
      It takes awhile if you have to look up the syntax for the function arguments.
      Thanks

      1 Reply Last reply Reply Quote 0
      • JonB
        JonB last edited by

        If you long-press an identifier, it will pop up an option to open the help browser.
        You can also search for methods in the buil in doc viewer (question mark).
        Of course, you can also use the python built in help from the console.

        import os
        help(os.relpath)
        
        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors