You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that from Pyramid's perspective the matching view here really is "unknown" and not inaccurate. However, I think the code in proutes could potentially be doing more work to provide useful output.
For example, while the "View" is unknown, it is known which views could potentially be invoked, assuming use_global_views is False. It seems reasonable to provide a way to see those views and their predicate values if anyone wanted to get into those details. Right now it's only showing the request method predicate, and it could be extended to show a lot more.
In case when
add_view
is called withcontext
parameterproutes
shows view as<unknown>
. See detailed example here.The text was updated successfully, but these errors were encountered: