8000 Add parameters to method definitions · Issue #33 · abulka/pynsource · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add parameters to method definitions #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

Add parameters to method definitions #33

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link
What steps will reproduce the problem?
1. Create test.py
class Test(object):
        def __init__(self):
                pass

        def big_universe(self, why_not, agree=False):
                if agree:
                        print "Agreed!"

def testing(hello_str):
        print 'This works', hello_str*3

if __name__ == '__main__':
        Test().big_universe('hello world', agree=True)
        testing('!')

2. Run pynsource -> File -> Import python code -> test.py


What is the expected output? What do you see instead?
Expected 1: "big_universe(self, why_not, agree=False)" in class Test with 
method parameters and default values
Shown 1: "big_universe" in class Test without method parameters
Expected 2: A plain white color
Shown 2: A mild blueish background color

What version of the product are you using? On what operating system?
1.61-src.zip / Ubuntu
1.61-macosx / Lion

Please provide any additional information below.
PyNSource is great! It would be relatively easy to go over a small project 
using class diagrams that contain method parameters and its defaults if any. 
Ability to toggle this and the background color would be great. 

Original issue reported on code.google.com by cyclo...@gmail.com on 13 Dec 2012 at 6:55

@abulka
Copy link
Owner
abulka commented Jan 15, 2019

Adding parameters to method definitions - I will consider this.

@abulka abulka changed the title View method parameters and change background color Add parameters to method definitions Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0