Skip to content

Instantly share code, notes, and snippets.

@proffalken
Created December 3, 2012 17:36
Show Gist options
  • Select an option

  • Save proffalken/4196606 to your computer and use it in GitHub Desktop.

Select an option

Save proffalken/4196606 to your computer and use it in GitHub Desktop.
proutes output
Name Pattern View
---- ------- ----
home / <function home at 0x419a8c0>
__static/ /static/*subpath <function <pyramid.static.static_view object at 0x411e5d0> at 0x4194b18>
location_index /location <function location_index at 0x419ab90>
location_new /location/new <function location_new at 0x419acf8>
location_create /location/create <function location_create at 0x419aa28>
location_show /location/{id} <function location_show at 0x419ae60>
timingload_index /timingload <function timingload_index at 0x419d758>
timingload_new /timingload/new <function timingload_new at 0x419d8c0>
timingload_create /timingload/create <function timingload_create at 0x419d5f0>
timingload_show /timingload/{id} <function timingload_show at 0x419da28>
service_index /service <function service_index at 0x419d1b8>
service_new /service/new <function service_new at 0x419d320>
service_create /service/create <function service_create at 0x419d050>
service_show /service/{id} <function service_show at 0x419d488>
Name Pattern View
---- ------- ----
home / <function home at 0x34aa050>
__static/ /static/*subpath <function <pyramid.static.static_view object at 0x33a45d0> at 0x34a4140>
location_index /location None
location_new /location/new None
location_create /location/create None
location_show /location/{id} None
timingload_index /timingload <function index at 0x34aa1b8>
timingload_new /timingload/new <function new at 0x34aa320>
timingload_create /timingload/create <function create at 0x34a4e60>
timingload_show /timingload/{id} <function show at 0x34aa488>
service_index /service None
service_new /service/new None
service_create /service/create None
service_show /service/{id} None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment