Skip to content
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

Format proutes output and include module instead of repr of view #1453

Merged

Conversation

sontek
Copy link
Member

@sontek sontek commented Nov 11, 2014

his is a rework of #1431 without the request method.

Before:

Name            Pattern                        View                     
----            -------                        ----                     
debugtoolbar    /_debug_toolbar/*subpath       <function decorator at 0x7fda645bc848>
response-rollups /v1/responses/rollup           <pyramid.config.views.MultiView object at 0x7fda645c84d0>
respondents     /v1/respondents                <function get_respondents at 0x7fda645bced8>

After:

Name                Pattern                     View                                               
----                -------                     ----                                               
debugtoolbar        /_debug_toolbar/*subpath    pyramid.router.decorator                           
response-rollups    /v1/responses/rollup        sonteksvc.v1.views.responses.get_response_rollup   
respondents         /v1/respondents             sonteksvc.v1.views.responses.get_respondents    

@sontek
Copy link
Member Author

sontek commented Nov 11, 2014

@mmerickel This one should be easier to think about

mmerickel added a commit that referenced this pull request Nov 13, 2014
…_method

Format proutes output and include module instead of repr of view
@mmerickel mmerickel merged commit 55a2d25 into Pylons:master Nov 13, 2014
@mmerickel
Copy link
Member

this is awesome, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants