HTTP Headers
Request Headers
| Key | Value |
|---|---|
| Accept | */* |
| Accept-Encoding | gzip, br, zstd, deflate |
| Connection | close |
| Host | ng.hallmonitor.info |
| Referer | http://ng.hallmonitor.info/robots.txt |
| User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Response Headers
| Key | Value |
|---|---|
| Content-Length | 542 |
| Content-Type | text/html; charset=UTF-8 |
Log Messages
| Level | Time | Message | Location |
|---|---|---|---|
| INFO | 2026-04-17 11:37:45.413595 | Squashed pyramid.httpexceptions.HTTPNotFound at http://ng.hallmonitor.info/robots.txt traceback url: http://ng.hallmonitor.info/_debug_toolbar/313331393738363833323434383332/exception | <pyramid_debugtoolbar/toolbar.py>:291 |
Performance
| Resource | Value |
|---|---|
| User CPU time | 0.252 msec |
| System CPU time | 0.062 msec |
| Total CPU time | 0.314 msec |
| Elapsed time | 0.321 msec |
| Context switches | 0 voluntary, 0 involuntary |
Profile
The profiler is not activated. Activate the checkbox in the toolbar to use it.
Request Vars
GET Variables
No GET data
POST Variables
No POST variables
POST body
| size | 0 |
|---|---|
| preview bytes (first 4096 bytes) | The POST body is not able to be previewed. |
Cookie Variables
No cookie data
Pyramid Request Properties
| accept_charset * | <no header in request> |
|---|---|
| accept_encoding * | gzip, br, zstd, deflate |
| accept_language * | <no header in request> |
| application_url * | http://ng.hallmonitor.info |
| authenticated_userid * | None |
| authorization * | None |
| cache_control * | |
| context * | <osmhm_site.security.RootFactory object at 0x7808ae887560> |
| exc_info * | (<class 'pyramid.httpexceptions.HTTPNotFound'>, <HTTPNotFound at 0x7808af1395c0 404 Not Found>, <traceback object at 0x7808ae3a7e80>) |
| exception * | /robots.txt |
| locale_name * | en |
| matchdict * | None |
| matched_route * | None |
| path * | /robots.txt |
| root * | <osmhm_site.security.RootFactory object at 0x7808ae887560> |
| subpath * | () |
| traversed * | () |
| url * | http://ng.hallmonitor.info/robots.txt |
| view_name * | robots.txt |
| virtual_root * | <osmhm_site.security.RootFactory object at 0x7808ae887560> |
| virtual_root_path * | () |
Documentation Links
- API Docs: pyramid.request
Request attributes
| Attribute | Value |
|---|---|
| _headers | <webob.headers.EnvironHeaders object at 0x7808ae7c94c0> |
| finished_callbacks | deque([<function HeaderDebugPanel.__init__.<locals>.finished_callback at 0x7808bdc644a0>]) |
| invoke_subrequest | <bound method Router.invoke_subrequest of <pyramid.router.Router object at 0x7808bea41be0>> |
| pdtb_id | '313331393738363833323434383332' |
| registry | <Registry osmhm_site> |
Request environ
| Attribute | Value |
|---|---|
| CONTENT_LENGTH | '0' |
| HTTP_ACCEPT | '*/*' |
| HTTP_ACCEPT_ENCODING | 'gzip, br, zstd, deflate' |
| HTTP_CONNECTION | 'close' |
| HTTP_HOST | 'ng.hallmonitor.info' |
| HTTP_REFERER | 'http://ng.hallmonitor.info/robots.txt' |
| HTTP_USER_AGENT | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
| PATH_INFO | '/robots.txt' |
| QUERY_STRING | '' |
| REMOTE_ADDR | '127.0.0.1' |
| REMOTE_HOST | '127.0.0.1' |
| REMOTE_PORT | '34026' |
| REQUEST_METHOD | 'GET' |
| REQUEST_URI | '/robots.txt' |
| SCRIPT_NAME | '' |
| SERVER_NAME | 'waitress.invalid' |
| SERVER_PORT | '6543' |
| SERVER_PROTOCOL | 'HTTP/1.0' |
| SERVER_SOFTWARE | 'waitress' |
| waitress.client_disconnected | <bound method HTTPChannel.check_client_disconnected of <waitress.channel.HTTPChannel connected 127.0.0.1:34026 at 0x7808ae7cb350>> |
| webob._parsed_cookies | ({}, '') |
| webob._parsed_query_vars | (GET([]), '') |
| webob.is_body_seekable | True |
| werkzeug.proxy_fix.orig | {'REMOTE_ADDR': '127.0.0.1', 'wsgi.url_scheme': 'http', 'HTTP_HOST': 'ng.hallmonitor.info', 'SERVER_NAME': 'waitress.invalid', 'SERVER_PORT': '6543', 'SCRIPT_NAME': ''} |
| wsgi.errors | <_io.TextIOWrapper name='<stderr>' mode='w' encoding='utf-8'> |
| wsgi.file_wrapper | <class 'waitress.buffers.ReadOnlyFileBasedBuffer'> |
| wsgi.input | <_io.BytesIO object at 0x7808adddf1a0> |
| wsgi.input_terminated | True |
| wsgi.multiprocess | False |
| wsgi.multithread | True |
| wsgi.run_once | False |
| wsgi.url_scheme | 'http' |
| wsgi.version | (1, 0) |
Session
Session Configuration
Using ISessionFactory: <class 'pyramid.session.BaseCookieSessionFactory.<locals>.CookieSession'>
This panel was not active for
this request, and will only display the session data if .session was
accessed during the request.
Documentation Links
- API Docs: pyramid.session
- Narrative Docs: Session
Session Accessed
request.session was not accessed during the main Request handler.
Session Data
Traceback
pyramid.httpexceptions.HTTPNotFound
pyramid.httpexceptions.HTTPNotFound: /robots.txt
Traceback (most recent call last)
File "/home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/router.py", line 169, in
handle_requestraise HTTPNotFound(msg)
This is the Copy/Paste friendly version of the traceback.
Warning: this feature should not be enabled on production systems.
Hover over any gray area in the traceback and click on the
icon on the right hand
side of that gray area to show an interactive console for the
associated frame. Type arbitrary Python into the console; it will be
evaluated in the context of the associated frame. In the interactive
console there are helpers available for introspection:
dump()shows all variables in the framedump(obj)dumps all that's known about the object
Hover over any gray area in the traceback and click on
on the right hand side
of that gray area to show the source of the file associated with the frame.
Click on the traceback header to switch back and forth between the rendered version of the traceback and a plaintext copy-paste-friendly version of the traceback.
URL to recover this traceback page: http://ng.hallmonitor.info/_debug_toolbar/None/exception
Introspection
Accept view order
| accept view order text/html | |
|---|---|
| value | 'text/html' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xhtml+xml | |
|---|---|
| value | 'application/xhtml+xml' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| accept view order application/xml | |
|---|---|
| value | 'application/xml' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| accept view order text/xml | |
|---|---|
| value | 'text/xml' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| accept view order text/plain | |
|---|---|
| value | 'text/plain' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| accept view order application/json | |
|---|---|
| value | 'application/json' |
| Source | |
Line 1235 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
Authentication policy
| authentication policy object <pyramid.authentication.AuthTktAuthenticationPolicy object at 0x7808c0b5f470> | |
|---|---|
| policy | <pyramid.authentication.AuthTktAuthenticationPolicy object at 0x7808c0b5f470> |
| Source | |
Line 408 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/__init__.py:
|
|
Authorization policy
| authorization policy object <pyramid.authorization.ACLAuthorizationPolicy object at 0x7808bec71b20> | |
|---|---|
| policy | <pyramid.authorization.ACLAuthorizationPolicy object at 0x7808bec71b20> |
| Source | |
Line 405 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/__init__.py:
|
|
Csrf storage policy
| csrf storage policy <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7808bfb3b920> | |
|---|---|
| policy | <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0x7808bfb3b920> |
| Source | |
Line 23 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/security.py:
|
|
Permissions
| permission __no_permission_required__ | |
|---|---|
| value | '__no_permission_required__' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view object <pyramid.static.static_view object at 0x7808be704890> | |
| view function osmhm_site.forbidden | |
| permission super_admin | |
|---|---|
| value | 'super_admin' |
| Source | |
Line 49 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| view function osmhm_site.views.admin.admin_user_list | |
| view function osmhm_site.views.admin.promote_admin | |
| view function osmhm_site.views.admin.promote_dwg | |
| view function osmhm_site.views.admin.promote_owner | |
| permission watch_user_or_object | |
|---|---|
| value | 'watch_user_or_object' |
| Source | |
Line 53 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch | |
| view function osmhm_site.views.key_watch.key_watch_list | |
| view function osmhm_site.views.object_watch.object_watch | |
| view function osmhm_site.views.object_watch.object_watch_list | |
| view function osmhm_site.views.user_watch.user_watch | |
| view function osmhm_site.views.user_watch.user_watch_list | |
Renderer factories
| renderer factory object <pyramid.renderers.JSON object at 0x7808c07d3aa0> | |
|---|---|
| factory | <pyramid.renderers.JSON object at 0x7808c07d3aa0> |
| name | 'json' |
| Source | |
Line 14 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory function pyramid.renderers.string_renderer_factory | |
|---|---|
| factory | <function string_renderer_factory at 0x7808c07ef880> |
| name | 'string' |
| Source | |
Line 14 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/rendering.py:
|
|
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be7046b0> | |
|---|---|
| factory | <pyramid_mako.MakoRendererFactory object at 0x7808be7046b0> |
| name | '.mak' |
| Source | |
Line 283 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid_mako/__init__.py:
|
|
Request extensions
| request property object <pyramid.decorator.reify object at 0x7808be785130> | |
|---|---|
| callable | <pyramid.decorator.reify object at 0x7808be785130> |
| property | True |
| reify | True |
| Source | |
Line 296 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid_tm/__init__.py:
|
|
Response adapters
| response adapter None | |
|---|---|
| type | <class 'webob.response.Response'> |
| Source | |
Line 199 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/adapters.py:
|
|
Root factories
| root factory class osmhm_site.security.RootFactory | |
|---|---|
| factory | <class 'osmhm_site.security.RootFactory'> |
| Source | |
Line 421 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/__init__.py:
|
|
Route predicates
| route predicate route predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
| route predicate route predicate named traverse | |
|---|---|
| factory | <class 'pyramid.predicates.TraversePredicate'> |
| name | 'traverse' |
| Source | |
Line 557 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/routes.py:
|
|
Routes
| route __static/ (pattern: 'static/*subpath') | |
|---|---|
| name | '__static/' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82300> |
| pattern | 'static/*subpath' |
| Source | |
Line 43 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view object <pyramid.static.static_view object at 0x7808be704890> | |
| route home (pattern: '/') | |
|---|---|
| name | 'home' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb825d0> |
| pattern | '/' |
| Source | |
Line 44 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.views.my_view | |
| route history (pattern: '/history') | |
|---|---|
| name | 'history' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82660> |
| pattern | '/history' |
| Source | |
Line 46 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.history.watch | |
| route history_clear (pattern: '/history/clear') | |
|---|---|
| name | 'history_clear' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb827b0> |
| pattern | '/history/clear' |
| Source | |
Line 47 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.history.watch_list | |
| route watch (pattern: '/watch') | |
|---|---|
| name | 'watch' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb828a0> |
| pattern | '/watch' |
| Source | |
Line 49 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch | |
| route watch_whitelist (pattern: '/watch/whitelist') | |
|---|---|
| name | 'watch_whitelist' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82930> |
| pattern | '/watch/whitelist' |
| Source | |
Line 50 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_whitelist | |
| route watch_whitelist_add (pattern: '/watch/whitelist/add') | |
|---|---|
| name | 'watch_whitelist_add' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82ae0> |
| pattern | '/watch/whitelist/add' |
| Source | |
Line 51 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_whitelist_add | |
| route watch_whitelist_delete (pattern: '/watch/whitelist/delete/{id}') | |
|---|---|
| name | 'watch_whitelist_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82bd0> |
| pattern | '/watch/whitelist/delete/{id}' |
| Source | |
Line 52 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_watchlist_delete | |
| route watch_clear (pattern: '/watch/clear') | |
|---|---|
| name | 'watch_clear' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82c60> |
| pattern | '/watch/clear' |
| Source | |
Line 53 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_list | |
| route user_watch (pattern: '/user_watch') | |
|---|---|
| name | 'user_watch' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82cc0> |
| pattern | '/user_watch' |
| Source | |
Line 55 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch | |
| route user_watch_event_delete (pattern: '/user_watch_event/delete/{id}') | |
|---|---|
| name | 'user_watch_event_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82ed0> |
| pattern | '/user_watch_event/delete/{id}' |
| Source | |
Line 56 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_event_delete | |
| route user_watch_list (pattern: '/user_watch/list') | |
|---|---|
| name | 'user_watch_list' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82f60> |
| pattern | '/user_watch/list' |
| Source | |
Line 57 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_list | |
| route user_watch_add (pattern: '/user_watch/add') | |
|---|---|
| name | 'user_watch_add' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb82fc0> |
| pattern | '/user_watch/add' |
| Source | |
Line 58 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_add | |
| route user_watch_edit (pattern: '/user_watch/edit/{id}') | |
|---|---|
| name | 'user_watch_edit' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb831d0> |
| pattern | '/user_watch/edit/{id}' |
| Source | |
Line 59 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_edit | |
| route user_watch_delete (pattern: '/user_watch/delete/{id}') | |
|---|---|
| name | 'user_watch_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83260> |
| pattern | '/user_watch/delete/{id}' |
| Source | |
Line 60 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_delete | |
| route object_watch (pattern: '/object_watch') | |
|---|---|
| name | 'object_watch' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb833e0> |
| pattern | '/object_watch' |
| Source | |
Line 62 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch | |
| route object_watch_event_delete (pattern: '/object_watch_event/delete/{id}') | |
|---|---|
| name | 'object_watch_event_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb832c0> |
| pattern | '/object_watch_event/delete/{id}' |
| Source | |
Line 63 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_event_delete | |
| route object_watch_clear (pattern: '/object_watch/clear') | |
|---|---|
| name | 'object_watch_clear' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83590> |
| pattern | '/object_watch/clear' |
| Source | |
Line 64 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_clear | |
| route object_watch_list (pattern: '/object_watch/list') | |
|---|---|
| name | 'object_watch_list' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb835f0> |
| pattern | '/object_watch/list' |
| Source | |
Line 65 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_list | |
| route object_watch_add (pattern: '/object_watch/add') | |
|---|---|
| name | 'object_watch_add' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83800> |
| pattern | '/object_watch/add' |
| Source | |
Line 66 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_add | |
| route object_watch_edit (pattern: '/object_watch/edit/{id}') | |
|---|---|
| name | 'object_watch_edit' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb838f0> |
| pattern | '/object_watch/edit/{id}' |
| Source | |
Line 67 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_edit | |
| route object_watch_delete (pattern: '/object_watch/delete/{id}') | |
|---|---|
| name | 'object_watch_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83980> |
| pattern | '/object_watch/delete/{id}' |
| Source | |
Line 68 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_delete | |
| route key_watch (pattern: '/key_watch') | |
|---|---|
| name | 'key_watch' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83b00> |
| pattern | '/key_watch' |
| Source | |
Line 70 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch | |
| route key_watch_event_delete (pattern: '/key_watch_event/delete/{username}/{key}/{value}') | |
|---|---|
| name | 'key_watch_event_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb839e0> |
| pattern | '/key_watch_event/delete/{username}/{key}/{value}' |
| Source | |
Line 71 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_event_delete | |
| route key_watch_clear (pattern: '/key_watch/clear') | |
|---|---|
| name | 'key_watch_clear' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83cb0> |
| pattern | '/key_watch/clear' |
| Source | |
Line 72 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_clear | |
| route key_watch_list (pattern: '/key_watch/list') | |
|---|---|
| name | 'key_watch_list' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83ce0> |
| pattern | '/key_watch/list' |
| Source | |
Line 73 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_list | |
| route key_watch_add (pattern: '/key_watch/add') | |
|---|---|
| name | 'key_watch_add' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83f80> |
| pattern | '/key_watch/add' |
| Source | |
Line 74 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_add | |
| route key_watch_edit (pattern: '/key_watch/edit/{id}') | |
|---|---|
| name | 'key_watch_edit' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb83d10> |
| pattern | '/key_watch/edit/{id}' |
| Source | |
Line 75 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_edit | |
| route key_watch_delete (pattern: '/key_watch/delete/{id}') | |
|---|---|
| name | 'key_watch_delete' |
| object | <pyramid.urldispatch.Route object at 0x7808bdb823f0> |
| pattern | '/key_watch/delete/{id}' |
| Source | |
Line 76 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_delete | |
| route login (pattern: '/login') | |
|---|---|
| name | 'login' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4290> |
| pattern | '/login' |
| Source | |
Line 78 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.security.login | |
| route logout (pattern: '/logout') | |
|---|---|
| name | 'logout' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb43b0> |
| pattern | '/logout' |
| Source | |
Line 79 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.security.logout | |
| route oauth_callback (pattern: '/oauth_callback') | |
|---|---|
| name | 'oauth_callback' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb44d0> |
| pattern | '/oauth_callback' |
| Source | |
Line 80 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.security.oauth_callback | |
| route admin (pattern: '/admin') | |
|---|---|
| name | 'admin' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4620> |
| pattern | '/admin' |
| Source | |
Line 82 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.admin.admin | |
| route admin_user_list (pattern: '/admin/users') | |
|---|---|
| name | 'admin_user_list' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb46b0> |
| pattern | '/admin/users' |
| Source | |
Line 83 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.admin.admin_user_list | |
| route promote_member (pattern: '/admin/{id}/promote_member') | |
|---|---|
| name | 'promote_member' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4860> |
| pattern | '/admin/{id}/promote_member' |
| Source | |
Line 84 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.admin.promote_dwg | |
| route promote_admin (pattern: '/admin/{id}/promote_admin') | |
|---|---|
| name | 'promote_admin' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4950> |
| pattern | '/admin/{id}/promote_admin' |
| Source | |
Line 85 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.admin.promote_admin | |
| route promote_owner (pattern: '/admin/{id}/promote_owner') | |
|---|---|
| name | 'promote_owner' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4ad0> |
| pattern | '/admin/{id}/promote_owner' |
| Source | |
Line 86 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| view function osmhm_site.views.admin.promote_owner | |
| route admin_clear_history (pattern: '/admin/clear_history') | |
|---|---|
| name | 'admin_clear_history' |
| object | <pyramid.urldispatch.Route object at 0x7808bdbb4bf0> |
| pattern | '/admin/clear_history' |
| request_methods | ('DELETE') |
| Source | |
Line 87 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
Session factory
| session factory class pyramid.session.CookieSession | |
|---|---|
| factory | <class 'pyramid.session.BaseCookieSessionFactory.<locals>.CookieSession'> |
| Source | |
Line 39 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
Static views
| static view static view for 'static/' | |
|---|---|
| name | 'static/' |
| spec | 'osmhm_site:static/' |
| Source | |
Line 43 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
Subscribers
| subscriber function osmhm_site.subscribers.add_global | |
|---|---|
| derived_subscriber | <function add_global at 0x7808be681da0> |
| interfaces | (<class 'pyramid.events.BeforeRender'>) |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| subscriber | <function add_global at 0x7808be5e3060> |
| Source | |
Line 101 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/events.py:
|
|
Templates
| template osmhm_site:templates/admin.mako | |
|---|---|
| name | 'osmhm_site:templates/admin.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be67d010> |
| type | '.mako' |
| Source | |
Line 15 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| view function osmhm_site.views.admin.admin | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/admin_user_list.mako | |
|---|---|
| name | 'osmhm_site:templates/admin_user_list.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be67d580> |
| type | '.mako' |
| Source | |
Line 21 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| view function osmhm_site.views.admin.admin_user_list | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/history.mako | |
|---|---|
| name | 'osmhm_site:templates/history.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be67edb0> |
| type | '.mako' |
| Source | |
Line 24 of file /home/hallmonitor/osmhm_site/osmhm_site/views/history.py:
|
|
| References | |
| view function osmhm_site.views.history.watch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/key_watch.mako | |
|---|---|
| name | 'osmhm_site:templates/key_watch.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be67fe90> |
| type | '.mako' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/key_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/key_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be49c470> |
| type | '.mako' |
| Source | |
Line 111 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_add | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/key_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/key_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be49d430> |
| type | '.mako' |
| Source | |
Line 135 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_edit | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/key_watch_list.mako | |
|---|---|
| name | 'osmhm_site:templates/key_watch_list.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be49deb0> |
| type | '.mako' |
| Source | |
Line 97 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| view function osmhm_site.views.key_watch.key_watch_list | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/object_watch.mako | |
|---|---|
| name | 'osmhm_site:templates/object_watch.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be49eb10> |
| type | '.mako' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/object_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/object_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be49f080> |
| type | '.mako' |
| Source | |
Line 74 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_add | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/object_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/object_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be4b0050> |
| type | '.mako' |
| Source | |
Line 99 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_edit | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/object_watch_list.mako | |
|---|---|
| name | 'osmhm_site:templates/object_watch_list.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808be4b0ad0> |
| type | '.mako' |
| Source | |
Line 60 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| view function osmhm_site.views.object_watch.object_watch_list | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/user_watch.mako | |
|---|---|
| name | 'osmhm_site:templates/user_watch.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd60f50> |
| type | '.mako' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/user_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/user_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd614c0> |
| type | '.mako' |
| Source | |
Line 71 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_add | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/user_watch_list_add.mako | |
|---|---|
| name | 'osmhm_site:templates/user_watch_list_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd61f40> |
| type | '.mako' |
| Source | |
Line 96 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_edit | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/user_watch_list.mako | |
|---|---|
| name | 'osmhm_site:templates/user_watch_list.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd629c0> |
| type | '.mako' |
| Source | |
Line 53 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| view function osmhm_site.views.user_watch.user_watch_list | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/home.mako | |
|---|---|
| name | 'osmhm_site:templates/home.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd630b0> |
| type | '.mako' |
| Source | |
Line 5 of file /home/hallmonitor/osmhm_site/osmhm_site/views/views.py:
|
|
| References | |
| view function osmhm_site.views.views.my_view | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/watch.mako | |
|---|---|
| name | 'osmhm_site:templates/watch.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdd63b30> |
| type | '.mako' |
| Source | |
Line 26 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/watch_whitelist.mako | |
|---|---|
| name | 'osmhm_site:templates/watch_whitelist.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdb80b00> |
| type | '.mako' |
| Source | |
Line 45 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_whitelist | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
| template osmhm_site:templates/admin_whitelist_add.mako | |
|---|---|
| name | 'osmhm_site:templates/admin_whitelist_add.mako' |
| renderer | <pyramid.renderers.RendererHelper object at 0x7808bdb81070> |
| type | '.mako' |
| Source | |
Line 55 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| view function osmhm_site.views.watch.watch_whitelist_add | |
| renderer factory object <pyramid_mako.MakoRendererFactory object at 0x7808be704170> | |
Tweens
| implicit tween pyramid.tweens.excview_tween_factory | |
|---|---|
| factory | <function excview_tween_factory at 0x7808c0812980> |
| name | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/tweens.py:
|
|
| implicit tween pyramid_tm.tm_tween_factory | |
|---|---|
| factory | <function tm_tween_factory at 0x7808be6ed6c0> |
| name | 'pyramid_tm.tm_tween_factory' |
| over | 'pyramid.tweens.excview_tween_factory' |
| type | 'implicit' |
| Source | |
Line 96 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/tweens.py:
|
|
View derivers
| view deriver secured_view | |
|---|---|
| deriver | <function secured_view at 0x7808c08319e0> |
| name | 'secured_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('INGRESS') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver owrapped_view | |
|---|---|
| deriver | <function owrapped_view at 0x7808c08318a0> |
| name | 'owrapped_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('secured_view') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver http_cached_view | |
|---|---|
| deriver | <function http_cached_view at 0x7808c0831940> |
| name | 'http_cached_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('owrapped_view') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver decorated_view | |
|---|---|
| deriver | <function decorated_view at 0x7808c0831c60> |
| name | 'decorated_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('http_cached_view') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver rendered_view | |
|---|---|
| deriver | <function rendered_view at 0x7808c0831bc0> |
| name | 'rendered_view' |
| over | ('VIEW', 'mapped_view') |
| under | ('decorated_view') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver mapped_view | |
|---|---|
| deriver | <function mapped_view at 0x7808c0831800> |
| name | 'mapped_view' |
| over | ('VIEW') |
| under | ('rendered_view') |
| Source | |
Line 1433 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view deriver csrf_view | |
|---|---|
| deriver | <function csrf_view at 0x7808c0831d00> |
| name | 'csrf_view' |
| over | ('owrapped_view') |
| under | ('secured_view') |
| Source | |
Line 1439 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
View predicates
| view predicate view predicate named xhr | |
|---|---|
| factory | <class 'pyramid.predicates.XHRPredicate'> |
| name | 'xhr' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_method | |
|---|---|
| factory | <class 'pyramid.predicates.RequestMethodPredicate'> |
| name | 'request_method' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named path_info | |
|---|---|
| factory | <class 'pyramid.predicates.PathInfoPredicate'> |
| name | 'path_info' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_param | |
|---|---|
| factory | <class 'pyramid.predicates.RequestParamPredicate'> |
| name | 'request_param' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named header | |
|---|---|
| factory | <class 'pyramid.predicates.HeaderPredicate'> |
| name | 'header' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named accept | |
|---|---|
| factory | <class 'pyramid.predicates.AcceptPredicate'> |
| name | 'accept' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named containment | |
|---|---|
| factory | <class 'pyramid.predicates.ContainmentPredicate'> |
| name | 'containment' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named request_type | |
|---|---|
| factory | <class 'pyramid.predicates.RequestTypePredicate'> |
| name | 'request_type' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named match_param | |
|---|---|
| factory | <class 'pyramid.predicates.MatchParamPredicate'> |
| name | 'match_param' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named physical_path | |
|---|---|
| factory | <class 'pyramid.predicates.PhysicalPathPredicate'> |
| name | 'physical_path' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named is_authenticated | |
|---|---|
| factory | <class 'pyramid.predicates.IsAuthenticatedPredicate'> |
| name | 'is_authenticated' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named effective_principals | |
|---|---|
| factory | <class 'pyramid.predicates.EffectivePrincipalsPredicate'> |
| name | 'effective_principals' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named custom | |
|---|---|
| factory | <class 'pyramid.predicates.CustomPredicate'> |
| name | 'custom' |
| Source | |
Line 1224 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/views.py:
|
|
| view predicate view predicate named tm_active | |
|---|---|
| factory | <class 'pyramid_tm.TMActivePredicate'> |
| name | 'tm_active' |
| Source | |
Line 297 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid_tm/__init__.py:
|
|
Views
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x7808c095b240> |
| context | <InterfaceClass pyramid.interfaces.IExceptionResponse> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7808beb063e0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 378 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/__init__.py:
|
|
| view function pyramid.httpexceptions.default_exceptionresponse_view | |
|---|---|
| callable | <function default_exceptionresponse_view at 0x7808c095b240> |
| context | <class 'webob.exc.WSGIHTTPException'> |
| derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0x7808beb06ac0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 379 of file /home/hallmonitor/osmhm_site/env/lib/python3.12/site-packages/pyramid/config/__init__.py:
|
|
| view object <pyramid.static.static_view object at 0x7808be704890> | |
|---|---|
| callable | <pyramid.static.static_view object at 0x7808be704890> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7808be680cc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | '__static/' |
| Source | |
Line 43 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| route __static/ (pattern: 'static/*subpath') | |
| permission __no_permission_required__ | |
| view function osmhm_site.forbidden | |
|---|---|
| callable | <function forbidden at 0x7808bfb59800> |
| context | <class 'pyramid.httpexceptions.HTTPForbidden'> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbb8220> |
| exception_only | True |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/__init__.py:
|
|
| References | |
| permission __no_permission_required__ | |
| view function osmhm_site.views.admin.admin | |
|---|---|
| callable | <function admin at 0x7808be66f060> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbb87c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'admin' |
| Source | |
Line 15 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| route admin (pattern: '/admin') | |
| template osmhm_site:templates/admin.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.admin.admin_user_list | |
|---|---|
| callable | <function admin_user_list at 0x7808be66f100> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbb8cc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'admin_user_list' |
| Source | |
Line 21 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| route admin_user_list (pattern: '/admin/users') | |
| template osmhm_site:templates/admin_user_list.mako | |
| permission super_admin | |
| view function osmhm_site.views.admin.promote_admin | |
|---|---|
| callable | <function promote_admin at 0x7808be66f380> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbb9260> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'promote_admin' |
| Source | |
Line 39 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| route promote_admin (pattern: '/admin/{id}/promote_admin') | |
| permission super_admin | |
| view function osmhm_site.views.admin.promote_dwg | |
|---|---|
| callable | <function promote_dwg at 0x7808be66f240> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbb96c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'promote_member' |
| Source | |
Line 29 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| route promote_member (pattern: '/admin/{id}/promote_member') | |
| permission super_admin | |
| view function osmhm_site.views.admin.promote_owner | |
|---|---|
| callable | <function promote_owner at 0x7808be66f4c0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbb9bc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'promote_owner' |
| Source | |
Line 49 of file /home/hallmonitor/osmhm_site/osmhm_site/views/admin.py:
|
|
| References | |
| route promote_owner (pattern: '/admin/{id}/promote_owner') | |
| permission super_admin | |
| view function osmhm_site.views.history.watch | |
|---|---|
| callable | <function watch at 0x7808be6805e0> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7808bdbb9ee0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'history' |
| Source | |
Line 24 of file /home/hallmonitor/osmhm_site/osmhm_site/views/history.py:
|
|
| References | |
| route history (pattern: '/history') | |
| template osmhm_site:templates/history.mako | |
| view function osmhm_site.views.history.watch_list | |
|---|---|
| callable | <function watch_list at 0x7808be680680> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbba480> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'history_clear' |
| Source | |
Line 35 of file /home/hallmonitor/osmhm_site/osmhm_site/views/history.py:
|
|
| References | |
| route history_clear (pattern: '/history/clear') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch | |
|---|---|
| callable | <function key_watch at 0x7808be681080> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbba980> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch (pattern: '/key_watch') | |
| template osmhm_site:templates/key_watch.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_add | |
|---|---|
| callable | <function key_watch_add at 0x7808be6814e0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbbae80> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_add' |
| Source | |
Line 111 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_add (pattern: '/key_watch/add') | |
| template osmhm_site:templates/key_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_clear | |
|---|---|
| callable | <function key_watch_clear at 0x7808be681260> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbbb380> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_clear' |
| Source | |
Line 89 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_clear (pattern: '/key_watch/clear') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_delete | |
|---|---|
| callable | <function key_watch_delete at 0x7808be681760> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbbb880> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_delete' |
| Source | |
Line 162 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_delete (pattern: '/key_watch/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_edit | |
|---|---|
| callable | <function key_watch_edit at 0x7808be681620> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbbbd80> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_edit' |
| Source | |
Line 135 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_edit (pattern: '/key_watch/edit/{id}') | |
| template osmhm_site:templates/key_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_event_delete | |
|---|---|
| callable | <function key_watch_event_delete at 0x7808be681120> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc82c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_event_delete' |
| Source | |
Line 77 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_event_delete (pattern: '/key_watch_event/delete/{username}/{key}/{value}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.key_watch.key_watch_list | |
|---|---|
| callable | <function key_watch_list at 0x7808be6813a0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc87c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'key_watch_list' |
| Source | |
Line 97 of file /home/hallmonitor/osmhm_site/osmhm_site/views/key_watch.py:
|
|
| References | |
| route key_watch_list (pattern: '/key_watch/list') | |
| template osmhm_site:templates/key_watch_list.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch | |
|---|---|
| callable | <function object_watch at 0x7808be683100> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc8cc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch (pattern: '/object_watch') | |
| template osmhm_site:templates/object_watch.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_add | |
|---|---|
| callable | <function object_watch_add at 0x7808be683600> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc91c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_add' |
| Source | |
Line 74 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_add (pattern: '/object_watch/add') | |
| template osmhm_site:templates/object_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_clear | |
|---|---|
| callable | <function object_watch_clear at 0x7808be683380> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc96c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_clear' |
| Source | |
Line 52 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_clear (pattern: '/object_watch/clear') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_delete | |
|---|---|
| callable | <function object_watch_delete at 0x7808be6839c0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbc9bc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_delete' |
| Source | |
Line 125 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_delete (pattern: '/object_watch/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_edit | |
|---|---|
| callable | <function object_watch_edit at 0x7808be6837e0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbca0c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_edit' |
| Source | |
Line 99 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_edit (pattern: '/object_watch/edit/{id}') | |
| template osmhm_site:templates/object_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_event_delete | |
|---|---|
| callable | <function object_watch_event_delete at 0x7808be683240> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbca5c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_event_delete' |
| Source | |
Line 42 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_event_delete (pattern: '/object_watch_event/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.object_watch.object_watch_list | |
|---|---|
| callable | <function object_watch_list at 0x7808be6834c0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbcaac0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'object_watch_list' |
| Source | |
Line 60 of file /home/hallmonitor/osmhm_site/osmhm_site/views/object_watch.py:
|
|
| References | |
| route object_watch_list (pattern: '/object_watch/list') | |
| template osmhm_site:templates/object_watch_list.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.security.login | |
|---|---|
| callable | <function login at 0x7808bdd55c60> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcade0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'login' |
| Source | |
Line 32 of file /home/hallmonitor/osmhm_site/osmhm_site/views/security.py:
|
|
| References | |
| route login (pattern: '/login') | |
| view function osmhm_site.views.security.logout | |
|---|---|
| callable | <function logout at 0x7808bdd55e40> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcb1a0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'logout' |
| Source | |
Line 100 of file /home/hallmonitor/osmhm_site/osmhm_site/views/security.py:
|
|
| References | |
| route logout (pattern: '/logout') | |
| view function osmhm_site.views.security.oauth_callback | |
|---|---|
| callable | <function oauth_callback at 0x7808bdd55d00> |
| derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcb560> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'oauth_callback' |
| Source | |
Line 48 of file /home/hallmonitor/osmhm_site/osmhm_site/views/security.py:
|
|
| References | |
| route oauth_callback (pattern: '/oauth_callback') | |
| view function osmhm_site.views.user_watch.user_watch | |
|---|---|
| callable | <function user_watch at 0x7808bdd56700> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbcbb00> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch' |
| Source | |
Line 19 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch (pattern: '/user_watch') | |
| template osmhm_site:templates/user_watch.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.user_watch.user_watch_add | |
|---|---|
| callable | <function user_watch_add at 0x7808bdd56a20> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd4040> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch_add' |
| Source | |
Line 71 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch_add (pattern: '/user_watch/add') | |
| template osmhm_site:templates/user_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.user_watch.user_watch_delete | |
|---|---|
| callable | <function user_watch_delete at 0x7808bdd56ca0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd4540> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch_delete' |
| Source | |
Line 122 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch_delete (pattern: '/user_watch/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.user_watch.user_watch_edit | |
|---|---|
| callable | <function user_watch_edit at 0x7808bdd56b60> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd4a40> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch_edit' |
| Source | |
Line 96 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch_edit (pattern: '/user_watch/edit/{id}') | |
| template osmhm_site:templates/user_watch_list_add.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.user_watch.user_watch_event_delete | |
|---|---|
| callable | <function user_watch_event_delete at 0x7808bdd567a0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd4f40> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch_event_delete' |
| Source | |
Line 43 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch_event_delete (pattern: '/user_watch_event/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.user_watch.user_watch_list | |
|---|---|
| callable | <function user_watch_list at 0x7808bdd568e0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd5440> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'user_watch_list' |
| Source | |
Line 53 of file /home/hallmonitor/osmhm_site/osmhm_site/views/user_watch.py:
|
|
| References | |
| route user_watch_list (pattern: '/user_watch/list') | |
| template osmhm_site:templates/user_watch_list.mako | |
| permission watch_user_or_object | |
| view function osmhm_site.views.views.my_view | |
|---|---|
| callable | <function my_view at 0x7808bdb74180> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7808bdbd5760> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'home' |
| Source | |
Line 5 of file /home/hallmonitor/osmhm_site/osmhm_site/views/views.py:
|
|
| References | |
| route home (pattern: '/') | |
| template osmhm_site:templates/home.mako | |
| view function osmhm_site.views.watch.watch | |
|---|---|
| callable | <function watch at 0x7808bdb745e0> |
| derived_callable | <function rendered_view.<locals>.rendered_view at 0x7808bdbd5b20> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'watch' |
| Source | |
Line 26 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| route watch (pattern: '/watch') | |
| template osmhm_site:templates/watch.mako | |
| view function osmhm_site.views.watch.watch_list | |
|---|---|
| callable | <function watch_list at 0x7808bdb74680> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd60c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'watch_clear' |
| Source | |
Line 37 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| route watch_clear (pattern: '/watch/clear') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.watch.watch_watchlist_delete | |
|---|---|
| callable | <function watch_watchlist_delete at 0x7808bdb74a40> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd65c0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'watch_whitelist_delete' |
| Source | |
Line 74 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| route watch_whitelist_delete (pattern: '/watch/whitelist/delete/{id}') | |
| permission edit_user_or_object | |
| view function osmhm_site.views.watch.watch_whitelist | |
|---|---|
| callable | <function watch_whitelist at 0x7808bdb747c0> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd6ac0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'watch_whitelist' |
| Source | |
Line 45 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| route watch_whitelist (pattern: '/watch/whitelist') | |
| template osmhm_site:templates/watch_whitelist.mako | |
| permission edit_user_or_object | |
| view function osmhm_site.views.watch.watch_whitelist_add | |
|---|---|
| callable | <function watch_whitelist_add at 0x7808bdb74900> |
| derived_callable | <function _secured_view.<locals>.secured_view at 0x7808bdbd6fc0> |
| order | 1073741824 |
| phash | 'd41d8cd98f00b204e9800998ecf8427e' |
| route_name | 'watch_whitelist_add' |
| Source | |
Line 55 of file /home/hallmonitor/osmhm_site/osmhm_site/views/watch.py:
|
|
| References | |
| route watch_whitelist_add (pattern: '/watch/whitelist/add') | |
| template osmhm_site:templates/admin_whitelist_add.mako | |
| permission edit_user_or_object | |
Routes
| Route Name | Route Pattern | View Callable | Predicates |
|---|---|---|---|
| __static/ | static/*subpath | <function rendered_view.<locals>.viewresult_to_response at 0x7808be680cc0> | |
| home | / | <function rendered_view.<locals>.rendered_view at 0x7808bdbd5760> | |
| history | /history | <function rendered_view.<locals>.rendered_view at 0x7808bdbb9ee0> | |
| history_clear | /history/clear | <function _secured_view.<locals>.secured_view at 0x7808bdbba480> | |
| watch | /watch | <function rendered_view.<locals>.rendered_view at 0x7808bdbd5b20> | |
| watch_whitelist | /watch/whitelist | <function _secured_view.<locals>.secured_view at 0x7808bdbd6ac0> | |
| watch_whitelist_add | /watch/whitelist/add | <function _secured_view.<locals>.secured_view at 0x7808bdbd6fc0> | |
| watch_whitelist_delete | /watch/whitelist/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbd65c0> | |
| watch_clear | /watch/clear | <function _secured_view.<locals>.secured_view at 0x7808bdbd60c0> | |
| user_watch | /user_watch | <function _secured_view.<locals>.secured_view at 0x7808bdbcbb00> | |
| user_watch_event_delete | /user_watch_event/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbd4f40> | |
| user_watch_list | /user_watch/list | <function _secured_view.<locals>.secured_view at 0x7808bdbd5440> | |
| user_watch_add | /user_watch/add | <function _secured_view.<locals>.secured_view at 0x7808bdbd4040> | |
| user_watch_edit | /user_watch/edit/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbd4a40> | |
| user_watch_delete | /user_watch/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbd4540> | |
| object_watch | /object_watch | <function _secured_view.<locals>.secured_view at 0x7808bdbc8cc0> | |
| object_watch_event_delete | /object_watch_event/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbca5c0> | |
| object_watch_clear | /object_watch/clear | <function _secured_view.<locals>.secured_view at 0x7808bdbc96c0> | |
| object_watch_list | /object_watch/list | <function _secured_view.<locals>.secured_view at 0x7808bdbcaac0> | |
| object_watch_add | /object_watch/add | <function _secured_view.<locals>.secured_view at 0x7808bdbc91c0> | |
| object_watch_edit | /object_watch/edit/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbca0c0> | |
| object_watch_delete | /object_watch/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbc9bc0> | |
| key_watch | /key_watch | <function _secured_view.<locals>.secured_view at 0x7808bdbba980> | |
| key_watch_event_delete | /key_watch_event/delete/{username}/{key}/{value} | <function _secured_view.<locals>.secured_view at 0x7808bdbc82c0> | |
| key_watch_clear | /key_watch/clear | <function _secured_view.<locals>.secured_view at 0x7808bdbbb380> | |
| key_watch_list | /key_watch/list | <function _secured_view.<locals>.secured_view at 0x7808bdbc87c0> | |
| key_watch_add | /key_watch/add | <function _secured_view.<locals>.secured_view at 0x7808bdbbae80> | |
| key_watch_edit | /key_watch/edit/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbbbd80> | |
| key_watch_delete | /key_watch/delete/{id} | <function _secured_view.<locals>.secured_view at 0x7808bdbbb880> | |
| login | /login | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcade0> | |
| logout | /logout | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcb1a0> | |
| oauth_callback | /oauth_callback | <function rendered_view.<locals>.viewresult_to_response at 0x7808bdbcb560> | |
| admin | /admin | <function _secured_view.<locals>.secured_view at 0x7808bdbb87c0> | |
| admin_user_list | /admin/users | <function _secured_view.<locals>.secured_view at 0x7808bdbb8cc0> | |
| promote_member | /admin/{id}/promote_member | <function _secured_view.<locals>.secured_view at 0x7808bdbb96c0> | |
| promote_admin | /admin/{id}/promote_admin | <function _secured_view.<locals>.secured_view at 0x7808bdbb9260> | |
| promote_owner | /admin/{id}/promote_owner | <function _secured_view.<locals>.secured_view at 0x7808bdbb9bc0> | |
| admin_clear_history | /admin/clear_history | None | <pyramid.predicates.RequestMethodPredicate object at 0x7808bdbb49e0> |
Settings
| Key | Value |
|---|---|
| csrf_trusted_origins | [] |
| debug_all | False |
| debugtoolbar.active_panels | [] |
| debugtoolbar.button_style | '' |
| debugtoolbar.debug_notfound | False |
| debugtoolbar.debug_routematch | False |
| debugtoolbar.enabled | True |
| debugtoolbar.exclude_prefixes | ('/favicon.ico',) |
| debugtoolbar.extra_global_panels | [] |
| debugtoolbar.extra_panels | [] |
| debugtoolbar.global_panels | [] |
| debugtoolbar.hosts | ['127.0.0.1', '::1'] |
| debugtoolbar.includes | [] |
| debugtoolbar.intercept_exc | 'debug' |
| debugtoolbar.intercept_redirects | False |
| debugtoolbar.max_request_history | 100 |
| debugtoolbar.max_visible_requests | 10 |
| debugtoolbar.panels | [] |
| debugtoolbar.prevent_http_cache | False |
| debugtoolbar.reload_assets | False |
| debugtoolbar.reload_resources | False |
| debugtoolbar.reload_templates | False |
| debugtoolbar.show_on_exc_only | False |
| prevent_cachebust | False |
| pyramid.csrf_trusted_origins | [] |
| pyramid.debug_all | False |
| pyramid.debug_authorization | False |
| pyramid.debug_notfound | False |
| pyramid.debug_routematch | False |
| pyramid.debug_templates | False |
| pyramid.default_locale_name | 'en' |
| pyramid.includes | '\npyramid_debugtoolbar\npyramid_tm' |
| pyramid.prevent_cachebust | False |
| pyramid.prevent_http_cache | False |
| pyramid.reload_all | False |
| pyramid.reload_assets | False |
| pyramid.reload_resources | False |
| pyramid.reload_templates | True |
| reload_all | False |
| sqlalchemy.url | 'postgresql://hallmonitor:Abc.123@localhost/hallmonitor' |
| trusted_proxy_headers | 'X-Forwarded-For,X-Forwarded-Proto' |
Tweens
Implicit definition
| Order (from server to application) | Tween |
|---|---|
| 0 | pyramid_debugtoolbar.toolbar_tween_factory |
| 1 | pyramid_tm.tm_tween_factory |
| 2 | pyramid.tweens.excview_tween_factory |
Versions
Platform
Packages
| Package Name | Version | Summary |
|---|---|---|
| autocommand | 2.2.2 | A library to create a command-line program from a function |
| backports.tarfile | 1.2.0 | Backport of CPython tarfile module |
| certifi | 2026.1.4 | Python package for providing Mozilla's CA Bundle. |
| cffi | 2.0.0 | Foreign Function Interface for Python calling C code. |
| Chameleon | 4.6.0 | Fast HTML/XML Template Compiler. |
| charset-normalizer | 3.4.4 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
| cryptography | 46.0.4 | cryptography is a package which provides cryptographic recipes and primitives to Python developers. |
| greenlet | 3.3.1 | Lightweight in-process concurrent programming |
| httplib2 | 0.31.2 | A comprehensive HTTP client library. |
| hupper | 1.12.1 | Integrated process monitor for developing and reloading daemons. |
| idna | 3.11 | Internationalized Domain Names in Applications (IDNA) |
| importlib_metadata | 8.7.1 | Read metadata from Python packages |
| jaraco.context | 6.1.0 | Useful decorators and context managers |
| jaraco.functools | 4.4.0 | Functools like those found in stdlib |
| jaraco.text | 4.0.0 | Module for text manipulation |
| Mako | 1.3.10 | A super-fast templating language that borrows the best ideas from the existing templating languages. |
| MarkupSafe | 3.0.3 | Safely add untrusted strings to HTML/XML markup. |
| more-itertools | 10.8.0 | More routines for operating on iterables, beyond itertools |
| oauth2 | 1.9.0.post1 | library for OAuth version 1.9 |
| oauthlib | 3.3.1 | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic |
| osm-diff-tool | 1.1.0 | Tool for retrieving OpenStreetMap planet diffs and extracting data. |
| osm-hall-monitor | 0.52.2 | Passive changeset monitoring for OpenStreetMap. |
| osmhm_site | 0.52 | osmhm_site |
| packaging | 26.0 | Core utilities for Python packages |
| packaging | 26.0 | Core utilities for Python packages |
| PasteDeploy | 3.1.0 | Load, configure, and compose WSGI applications and servers |
| pip | 24.0 | The PyPA recommended tool for installing Python packages. |
| plaster | 1.1.2 | A loader interface around multiple config file formats. |
| plaster-pastedeploy | 1.0.1 | A loader implementing the PasteDeploy syntax to be used by plaster. |
| platformdirs | 4.4.0 | A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`. |
| psycopg2 | 2.9.11 | psycopg2 - Python-PostgreSQL Database Adapter |
| psycopg2-binary | 2.9.11 | psycopg2 - Python-PostgreSQL Database Adapter |
| pycparser | 3.0 | C parser in Python |
| Pygments | 2.19.2 | Pygments is a syntax highlighting package written in Python. |
| pyparsing | 3.3.2 | pyparsing - Classes and methods to define and execute parsing grammars |
| pyramid | 2.0.2 | The Pyramid Web Framework, a Pylons project |
| pyramid-mako | 1.1.0 | Mako template bindings for the Pyramid web framework |
| pyramid_chameleon | 0.3 | pyramid_chameleon |
| pyramid_debugtoolbar | 4.12.1 | A package which provides an interactive HTML debugger for Pyramid application development |
| pyramid_tm | 2.6 | A package which allows Pyramid requests to join the active transaction |
| python-http-client | 3.3.7 | HTTP REST client, simplified for Python |
| requests | 2.32.5 | Python HTTP for Humans. |
| requests-oauthlib | 2.0.0 | OAuthlib authentication support for Requests. |
| sendgrid | 6.12.5 | Twilio SendGrid library for Python |
| setuptools | 80.10.2 | Easily download, build, install, upgrade, and uninstall Python packages |
| simplejson | 3.20.2 | Simple, fast, extensible JSON encoder/decoder for Python |
| SQLAlchemy | 2.0.46 | Database Abstraction Library |
| tomli | 2.4.0 | A lil' TOML parser |
| transaction | 5.0 | Transaction management for Python |
| translationstring | 1.4 | Utility library for i18n relied on by various Repoze and Pyramid packages |
| typing_extensions | 4.15.0 | Backported and Experimental Type Hints for Python 3.9+ |
| urllib3 | 2.6.3 | HTTP library with thread-safe connection pooling, file post, and more. |
| venusian | 3.1.1 | A library for deferring decorator actions |
| waitress | 3.0.2 | Waitress WSGI server |
| WebOb | 1.8.9 | WSGI request and response object |
| Werkzeug | 3.1.5 | The comprehensive WSGI web application library. |
| wheel | 0.46.3 | Command line tool for manipulating wheel files |
| zipp | 3.23.0 | Backport of pathlib-compatible object wrapper for zip files |
| zope.deprecation | 6.0 | Zope Deprecation Infrastructure |
| zope.interface | 8.2 | Interfaces for Python |
| zope.sqlalchemy | 4.1 | Minimal Zope/SQLAlchemy transaction integration |
Settings
Some pyramid_debugtoolbar panels can be activated (this enables additional features).
NOTE: These settings are tracked in a cookie on a per-request basis. If you want to enable options for other requests such as via curl or a non-browser client then you should turn them on by default in your settings via the debugtoolbar.active_panels setting, or by setting the pdtb_active cookie on the client.