HTTP Headers
Request Headers
Key | Value |
---|---|
Accept | */* |
Accept-Encoding | gzip, br, zstd, deflate |
Connection | close |
Host | www.exbcore.com |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
X-Amzn-Trace-Id | Root=1-6877ce6e-556f405f22134f8268242b6e |
X-Forwarded-For | 216.73.216.239, 172.30.12.240 |
X-Forwarded-Port | 443 |
X-Forwarded-Proto | https |
X-Real-Ip | 172.30.12.240 |
Response Headers
Key | Value |
---|---|
Content-Length | 60573 |
Content-Type | text/html; charset=UTF-8 |
Performance
Resource | Value |
---|---|
User CPU time | 1.551 msec |
System CPU time | 0.000 msec |
Total CPU time | 1.551 msec |
Elapsed time | 1.565 msec |
Context switches | 0 voluntary, 0 involuntary |
Profile
The profiler is not activated. Activate the checkbox in the toolbar to use it.
Renderers
Renderer Name | |
---|---|
templates/policies/privacy-policy.html | |
Rendering Value | |
{} | |
System Values | |
context | <pyramid.traversal.DefaultRootFactory object at 0xfee72c1c3310> |
get_csrf_token | functools.partial(<function get_csrf_token at 0xfee72e620680>, <Request at 0xfee72c1c3890 GET https://www.exbcore.com/privacy-policy>) |
renderer_info | <pyramid.renderers.RendererHelper object at 0xfee72ca2a790> |
renderer_name | 'templates/policies/privacy-policy.html' |
req | <Request at 0xfee72c1c3890 GET https://www.exbcore.com/privacy-policy> |
request | <Request at 0xfee72c1c3890 GET https://www.exbcore.com/privacy-policy> |
view | <function privacy_policy at 0xfee72cf75620> |
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 * | https://www.exbcore.com | ||||||||||||||||
authorization * | None | ||||||||||||||||
cache_control * | |||||||||||||||||
context * | <pyramid.traversal.DefaultRootFactory object at 0xfee72c1c3310> | ||||||||||||||||
exc_info * | None | ||||||||||||||||
exception * | None | ||||||||||||||||
locale_name * | en | ||||||||||||||||
matchdict * |
|
||||||||||||||||
matched_route * |
|
||||||||||||||||
path * | /privacy-policy | ||||||||||||||||
root * | <pyramid.traversal.DefaultRootFactory object at 0xfee72c1c3310> | ||||||||||||||||
subpath * | () | ||||||||||||||||
traversed * | () | ||||||||||||||||
url * | https://www.exbcore.com/privacy-policy | ||||||||||||||||
view_name * | |||||||||||||||||
virtual_root * | <pyramid.traversal.DefaultRootFactory object at 0xfee72c1c3310> | ||||||||||||||||
virtual_root_path * | () |
Documentation Links
- API Docs: pyramid.request
Request attributes
Attribute | Value |
---|---|
_headers | <webob.headers.EnvironHeaders object at 0xfee72b52f990> |
finished_callbacks | deque([<function HeaderDebugPanel.__init__.<locals>.finished_callback at 0xfee72c144f40>]) |
invoke_subrequest | <bound method Router.invoke_subrequest of <pyramid.router.Router object at 0xfee72ef9a950>> |
pdtb_id | '323830323638383330393437343732' |
registry | <Registry homepage> |
Request environ
Attribute | Value |
---|---|
HTTP_ACCEPT | '*/*' |
HTTP_ACCEPT_ENCODING | 'gzip, br, zstd, deflate' |
HTTP_CONNECTION | 'close' |
HTTP_HOST | 'www.exbcore.com' |
HTTP_USER_AGENT | 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' |
HTTP_X_AMZN_TRACE_ID | 'Root=1-6877ce6e-556f405f22134f8268242b6e' |
HTTP_X_FORWARDED_FOR | '216.73.216.239, 172.30.12.240' |
HTTP_X_FORWARDED_PORT | '443' |
HTTP_X_FORWARDED_PROTO | 'https' |
HTTP_X_REAL_IP | '172.30.12.240' |
PATH_INFO | '/privacy-policy' |
QUERY_STRING | '' |
REMOTE_ADDR | '127.0.0.1' |
REQUEST_METHOD | 'GET' |
REQUEST_URI | '/privacy-policy' |
SCRIPT_NAME | '' |
SERVER_NAME | 'development' |
SERVER_PORT | '5080' |
SERVER_PROTOCOL | 'HTTP/1.0' |
uwsgi.node | b'development' |
uwsgi.version | b'2.0.28' |
webob._parsed_cookies | ({}, '') |
webob._parsed_query_vars | (GET([]), '') |
wsgi.errors | <_io.TextIOWrapper name=2 mode='w' encoding='UTF-8'> |
wsgi.file_wrapper | <built-in function uwsgi_sendfile> |
wsgi.input | <uwsgi._Input object at 0xfee72c03a270> |
wsgi.multiprocess | False |
wsgi.multithread | False |
wsgi.run_once | False |
wsgi.url_scheme | 'https' |
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
Introspection
Accept view order
accept view order text/html | |
---|---|
value | 'text/html' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
accept view order application/xhtml+xml | |
---|---|
value | 'application/xhtml+xml' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
accept view order application/xml | |
---|---|
value | 'application/xml' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
accept view order text/xml | |
---|---|
value | 'text/xml' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
accept view order text/plain | |
---|---|
value | 'text/plain' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
accept view order application/json | |
---|---|
value | 'application/json' |
Source | |
Line 1235 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
Csrf storage policy
csrf storage policy <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0xfee72e490510> | |
---|---|
policy | <pyramid.csrf.LegacySessionCSRFStoragePolicy object at 0xfee72e490510> |
Source | |
Line 23 of file /apps/env/lib/python3.11/site-packages/pyramid/config/security.py:
|
Permissions
permission __no_permission_required__ | |
---|---|
value | '__no_permission_required__' |
Source | |
Line 13 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view object <pyramid.static.static_view object at 0xfee72d3348d0> |
Renderer factories
renderer factory object <pyramid.renderers.JSON object at 0xfee72e60c550> | |
---|---|
factory | <pyramid.renderers.JSON object at 0xfee72e60c550> |
name | 'json' |
Source | |
Line 14 of file /apps/env/lib/python3.11/site-packages/pyramid/config/rendering.py:
|
renderer factory function pyramid.renderers.string_renderer_factory | |
---|---|
factory | <function string_renderer_factory at 0xfee72e620900> |
name | 'string' |
Source | |
Line 14 of file /apps/env/lib/python3.11/site-packages/pyramid/config/rendering.py:
|
renderer factory object <pyramid_jinja2.Jinja2RendererFactory object at 0xfee72d511b50> | |
---|---|
factory | <pyramid_jinja2.Jinja2RendererFactory object at 0xfee72d511b50> |
name | '.jinja2' |
Source | |
Line 488 of file /apps/env/lib/python3.11/site-packages/pyramid_jinja2/__init__.py:
|
Response adapters
response adapter None | |
---|---|
type | <class 'webob.response.Response'> |
Source | |
Line 199 of file /apps/env/lib/python3.11/site-packages/pyramid/config/adapters.py:
|
Route predicates
route predicate route predicate named xhr | |
---|---|
factory | <class 'pyramid.predicates.XHRPredicate'> |
name | 'xhr' |
Source | |
Line 557 of file /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named header | |
---|---|
factory | <class 'pyramid.predicates.HeaderPredicate'> |
name | 'header' |
Source | |
Line 557 of file /apps/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named accept | |
---|---|
factory | <class 'pyramid.predicates.AcceptPredicate'> |
name | 'accept' |
Source | |
Line 557 of file /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named custom | |
---|---|
factory | <class 'pyramid.predicates.CustomPredicate'> |
name | 'custom' |
Source | |
Line 557 of file /apps/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
route predicate route predicate named traverse | |
---|---|
factory | <class 'pyramid.predicates.TraversePredicate'> |
name | 'traverse' |
Source | |
Line 557 of file /apps/env/lib/python3.11/site-packages/pyramid/config/routes.py:
|
Routes
route __static/ (pattern: 'static/*subpath') | |
---|---|
name | '__static/' |
object | <pyramid.urldispatch.Route object at 0xfee72d015c10> |
pattern | 'static/*subpath' |
Source | |
Line 13 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view object <pyramid.static.static_view object at 0xfee72d3348d0> |
route status (pattern: '/status') | |
---|---|
name | 'status' |
object | <pyramid.urldispatch.Route object at 0xfee72d016a50> |
pattern | '/status' |
Source | |
Line 15 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.status |
route home (pattern: '/') | |
---|---|
name | 'home' |
object | <pyramid.urldispatch.Route object at 0xfee72d016e90> |
pattern | '/' |
Source | |
Line 17 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.home |
route faq (pattern: '/faq') | |
---|---|
name | 'faq' |
object | <pyramid.urldispatch.Route object at 0xfee72d016f90> |
pattern | '/faq' |
Source | |
Line 18 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.faq |
route pricing (pattern: '/pricing') | |
---|---|
name | 'pricing' |
object | <pyramid.urldispatch.Route object at 0xfee72d017150> |
pattern | '/pricing' |
Source | |
Line 19 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.pricing |
route about (pattern: '/about') | |
---|---|
name | 'about' |
object | <pyramid.urldispatch.Route object at 0xfee72d016f10> |
pattern | '/about' |
Source | |
Line 20 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.about |
route privacy-policy (pattern: '/privacy-policy') | |
---|---|
name | 'privacy-policy' |
object | <pyramid.urldispatch.Route object at 0xfee72d017690> |
pattern | '/privacy-policy' |
Source | |
Line 22 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.privacy_policy |
route privacy-framework-policy (pattern: '/privacy-framework-policy') | |
---|---|
name | 'privacy-framework-policy' |
object | <pyramid.urldispatch.Route object at 0xfee72d016c90> |
pattern | '/privacy-framework-policy' |
Source | |
Line 23 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.privacy_shield_policy |
route terms-of-service (pattern: '/terms-of-service') | |
---|---|
name | 'terms-of-service' |
object | <pyramid.urldispatch.Route object at 0xfee72d0178d0> |
pattern | '/terms-of-service' |
Source | |
Line 24 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.terms_of_service |
route cookies (pattern: '/cookies') | |
---|---|
name | 'cookies' |
object | <pyramid.urldispatch.Route object at 0xfee72d017cd0> |
pattern | '/cookies' |
Source | |
Line 25 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.cookies |
route features-at-a-glance (pattern: '/exam-software-features/at-a-glance') | |
---|---|
name | 'features-at-a-glance' |
object | <pyramid.urldispatch.Route object at 0xfee72d017a50> |
pattern | '/exam-software-features/at-a-glance' |
Source | |
Line 28 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.at_a_glance |
route at-a-glance (pattern: '/at-a-glance') | |
---|---|
name | 'at-a-glance' |
object | <pyramid.urldispatch.Route object at 0xfee72d017c50> |
pattern | '/at-a-glance' |
Source | |
Line 29 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.at_a_glance |
route features-ai (pattern: '/exam-software-features/artificial-intelligence') | |
---|---|
name | 'features-ai' |
object | <pyramid.urldispatch.Route object at 0xfee72d018550> |
pattern | '/exam-software-features/artificial-intelligence' |
Source | |
Line 31 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.ai |
route features-observational-assesment (pattern: '/exam-software-features/observational-assesment') | |
---|---|
name | 'features-observational-assesment' |
object | <pyramid.urldispatch.Route object at 0xfee72d0186d0> |
pattern | '/exam-software-features/observational-assesment' |
Source | |
Line 33 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.observational_assesment |
route observational-assesment (pattern: '/observational-assesment') | |
---|---|
name | 'observational-assesment' |
object | <pyramid.urldispatch.Route object at 0xfee72d018c10> |
pattern | '/observational-assesment' |
Source | |
Line 34 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.observational_assesment |
route features-certification-exams (pattern: '/exam-software-features/certification') | |
---|---|
name | 'features-certification-exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d018f90> |
pattern | '/exam-software-features/certification' |
Source | |
Line 36 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.certification |
route certification (pattern: '/certification') | |
---|---|
name | 'certification' |
object | <pyramid.urldispatch.Route object at 0xfee72d0190d0> |
pattern | '/certification' |
Source | |
Line 37 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.certification |
route features-exams (pattern: '/exam-software-features/exams') | |
---|---|
name | 'features-exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d018050> |
pattern | '/exam-software-features/exams' |
Source | |
Line 39 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.exams |
route exams (pattern: '/exams') | |
---|---|
name | 'exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d0193d0> |
pattern | '/exams' |
Source | |
Line 40 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.exams |
route features-reporting (pattern: '/exam-software-features/reporting') | |
---|---|
name | 'features-reporting' |
object | <pyramid.urldispatch.Route object at 0xfee72d019610> |
pattern | '/exam-software-features/reporting' |
Source | |
Line 42 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.reporting |
route reporting (pattern: '/reporting') | |
---|---|
name | 'reporting' |
object | <pyramid.urldispatch.Route object at 0xfee72d018c90> |
pattern | '/reporting' |
Source | |
Line 43 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.reporting |
route features-scheduling (pattern: '/exam-software-features/scheduling') | |
---|---|
name | 'features-scheduling' |
object | <pyramid.urldispatch.Route object at 0xfee72d019850> |
pattern | '/exam-software-features/scheduling' |
Source | |
Line 45 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.scheduling |
route scheduling (pattern: '/scheduling') | |
---|---|
name | 'scheduling' |
object | <pyramid.urldispatch.Route object at 0xfee72d0199d0> |
pattern | '/scheduling' |
Source | |
Line 46 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.scheduling |
route features-lms-integration (pattern: '/exam-software-features/lms-integration') | |
---|---|
name | 'features-lms-integration' |
object | <pyramid.urldispatch.Route object at 0xfee72d019d10> |
pattern | '/exam-software-features/lms-integration' |
Source | |
Line 48 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.lms_integration |
route lms-integration (pattern: '/lms-integration') | |
---|---|
name | 'lms-integration' |
object | <pyramid.urldispatch.Route object at 0xfee72d019e90> |
pattern | '/lms-integration' |
Source | |
Line 49 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.lms_integration |
route features-multiple-instructors (pattern: '/exam-software-features/multiple-instructors') | |
---|---|
name | 'features-multiple-instructors' |
object | <pyramid.urldispatch.Route object at 0xfee72d01a390> |
pattern | '/exam-software-features/multiple-instructors' |
Source | |
Line 51 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.multiple_instructors |
route multiple-instructors (pattern: '/multiple-instructors') | |
---|---|
name | 'multiple-instructors' |
object | <pyramid.urldispatch.Route object at 0xfee72d01a290> |
pattern | '/multiple-instructors' |
Source | |
Line 52 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.multiple_instructors |
route features-taking-exams (pattern: '/exam-software-features/taking-exams') | |
---|---|
name | 'features-taking-exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d01a8d0> |
pattern | '/exam-software-features/taking-exams' |
Source | |
Line 54 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.taking_exams |
route taking-exams (pattern: '/taking-exams') | |
---|---|
name | 'taking-exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d01aa10> |
pattern | '/taking-exams' |
Source | |
Line 55 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.taking_exams |
route features-video-training (pattern: '/exam-software-features/video-training') | |
---|---|
name | 'features-video-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d01a750> |
pattern | '/exam-software-features/video-training' |
Source | |
Line 57 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.video_training |
route video-training (pattern: '/video-training') | |
---|---|
name | 'video-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d01ac10> |
pattern | '/video-training' |
Source | |
Line 58 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.video_training |
route features-video-training-library (pattern: '/exam-software-features/video-training-library') | |
---|---|
name | 'features-video-training-library' |
object | <pyramid.urldispatch.Route object at 0xfee72d01afd0> |
pattern | '/exam-software-features/video-training-library' |
Source | |
Line 60 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.training_library |
route video-training-library (pattern: '/video-training-library') | |
---|---|
name | 'video-training-library' |
object | <pyramid.urldispatch.Route object at 0xfee72d01ac50> |
pattern | '/video-training-library' |
Source | |
Line 61 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.training_library |
route features-certificates (pattern: '/exam-software-features/certificates') | |
---|---|
name | 'features-certificates' |
object | <pyramid.urldispatch.Route object at 0xfee72d01b610> |
pattern | '/exam-software-features/certificates' |
Source | |
Line 63 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.certificates |
route certificates (pattern: '/certificates') | |
---|---|
name | 'certificates' |
object | <pyramid.urldispatch.Route object at 0xfee72d01b750> |
pattern | '/certificates' |
Source | |
Line 64 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.certificates |
route features-api-webhooks (pattern: '/exam-software-features/api-webhooks') | |
---|---|
name | 'features-api-webhooks' |
object | <pyramid.urldispatch.Route object at 0xfee72d01b490> |
pattern | '/exam-software-features/api-webhooks' |
Source | |
Line 66 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.api_access |
route api-access (pattern: '/api-access') | |
---|---|
name | 'api-access' |
object | <pyramid.urldispatch.Route object at 0xfee72d01b950> |
pattern | '/api-access' |
Source | |
Line 67 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.api_access |
route features-managing-students (pattern: '/exam-software-features/managing-students') | |
---|---|
name | 'features-managing-students' |
object | <pyramid.urldispatch.Route object at 0xfee72d01bb50> |
pattern | '/exam-software-features/managing-students' |
Source | |
Line 69 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.managing_students |
route managing-students (pattern: '/managing-students') | |
---|---|
name | 'managing-students' |
object | <pyramid.urldispatch.Route object at 0xfee72d01bcd0> |
pattern | '/managing-students' |
Source | |
Line 70 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.managing_students |
route features-preparation-exams (pattern: '/exam-software-features/preparation-exams') | |
---|---|
name | 'features-preparation-exams' |
object | <pyramid.urldispatch.Route object at 0xfee72d0201d0> |
pattern | '/exam-software-features/preparation-exams' |
Source | |
Line 72 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.prep_exams |
route features-hotspot (pattern: '/exam-software-features/hotspot') | |
---|---|
name | 'features-hotspot' |
object | <pyramid.urldispatch.Route object at 0xfee72d020150> |
pattern | '/exam-software-features/hotspot' |
Source | |
Line 74 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.hotspot |
route customers (pattern: '/customers') | |
---|---|
name | 'customers' |
object | <pyramid.urldispatch.Route object at 0xfee72d020610> |
pattern | '/customers' |
Source | |
Line 78 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.customers |
route regulatory-compliance (pattern: '/regulatory-compliance') | |
---|---|
name | 'regulatory-compliance' |
object | <pyramid.urldispatch.Route object at 0xfee72d020090> |
pattern | '/regulatory-compliance' |
Source | |
Line 80 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.regulatory_compliance |
route channel-partner-training (pattern: '/channel-partner-training') | |
---|---|
name | 'channel-partner-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d020910> |
pattern | '/channel-partner-training' |
Source | |
Line 81 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.channel_partner_training |
route new-hire-training (pattern: '/new-hire-training') | |
---|---|
name | 'new-hire-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d020a50> |
pattern | '/new-hire-training' |
Source | |
Line 82 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.new_hire_training |
route sales-and-product-training (pattern: '/sales-and-product-training') | |
---|---|
name | 'sales-and-product-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d020b90> |
pattern | '/sales-and-product-training' |
Source | |
Line 83 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.sales_and_product_training |
route technology-training (pattern: '/technology-training') | |
---|---|
name | 'technology-training' |
object | <pyramid.urldispatch.Route object at 0xfee72d020950> |
pattern | '/technology-training' |
Source | |
Line 84 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
view function homepage.views.technology_training |
Session factory
session factory class pyramid.session.CookieSession | |
---|---|
factory | <class 'pyramid.session.BaseCookieSessionFactory.<locals>.CookieSession'> |
Source | |
Line 11 of file /apps/core/homepage/homepage/__init__.py:
|
Static views
static view static view for 'static/' | |
---|---|
name | 'static/' |
spec | 'homepage:static/' |
Source | |
Line 13 of file /apps/core/homepage/homepage/__init__.py:
|
Templates
template templates/home/about.html | |
---|---|
name | 'templates/home/about.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf85a10> |
type | '.html' |
Source | |
Line 31 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.about | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/ai.html | |
---|---|
name | 'templates/features/ai.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf85ed0> |
type | '.html' |
Source | |
Line 147 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.ai | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/api-access.html | |
---|---|
name | 'templates/features/api-access.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf86390> |
type | '.html' |
Source | |
Line 130 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.api_access | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/api-access.html | |
---|---|
name | 'templates/features/api-access.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf86850> |
type | '.html' |
Source | |
Line 129 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.api_access | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/at-a-glance.html | |
---|---|
name | 'templates/features/at-a-glance.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf86d10> |
type | '.html' |
Source | |
Line 69 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.at_a_glance | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/at-a-glance.html | |
---|---|
name | 'templates/features/at-a-glance.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf871d0> |
type | '.html' |
Source | |
Line 68 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.at_a_glance | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/certificates.html | |
---|---|
name | 'templates/features/certificates.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf87690> |
type | '.html' |
Source | |
Line 125 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.certificates | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/certificates.html | |
---|---|
name | 'templates/features/certificates.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cf87b50> |
type | '.html' |
Source | |
Line 124 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.certificates | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/cert-exams.html | |
---|---|
name | 'templates/features/cert-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa4090> |
type | '.html' |
Source | |
Line 79 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.certification | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/cert-exams.html | |
---|---|
name | 'templates/features/cert-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa4550> |
type | '.html' |
Source | |
Line 78 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.certification | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/create-exams/channel-partner-training.html | |
---|---|
name | 'templates/create-exams/channel-partner-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa4a10> |
type | '.html' |
Source | |
Line 173 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.channel_partner_training | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/policies/cookies.html | |
---|---|
name | 'templates/policies/cookies.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa4ed0> |
type | '.html' |
Source | |
Line 55 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.cookies | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/customers/customers.html | |
---|---|
name | 'templates/customers/customers.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa5390> |
type | '.html' |
Source | |
Line 161 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.customers | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/create-smarter-exams.html | |
---|---|
name | 'templates/features/create-smarter-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa5850> |
type | '.html' |
Source | |
Line 85 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.exams | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/create-smarter-exams.html | |
---|---|
name | 'templates/features/create-smarter-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa5d10> |
type | '.html' |
Source | |
Line 84 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.exams | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/home/faq.html | |
---|---|
name | 'templates/home/faq.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa61d0> |
type | '.html' |
Source | |
Line 27 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.faq | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/home/home.html | |
---|---|
name | 'templates/home/home.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa6690> |
type | '.html' |
Source | |
Line 23 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.home | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/hotspot.html | |
---|---|
name | 'templates/features/hotspot.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa6b50> |
type | '.html' |
Source | |
Line 143 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.hotspot | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/lms-integration.html | |
---|---|
name | 'templates/features/lms-integration.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa7010> |
type | '.html' |
Source | |
Line 100 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.lms_integration | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/lms-integration.html | |
---|---|
name | 'templates/features/lms-integration.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa7510> |
type | '.html' |
Source | |
Line 99 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.lms_integration | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/managing-students.html | |
---|---|
name | 'templates/features/managing-students.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa79d0> |
type | '.html' |
Source | |
Line 135 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.managing_students | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/managing-students.html | |
---|---|
name | 'templates/features/managing-students.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfa7e90> |
type | '.html' |
Source | |
Line 134 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.managing_students | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/multiple-instructors.html | |
---|---|
name | 'templates/features/multiple-instructors.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb4390> |
type | '.html' |
Source | |
Line 105 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.multiple_instructors | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/multiple-instructors.html | |
---|---|
name | 'templates/features/multiple-instructors.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb4850> |
type | '.html' |
Source | |
Line 104 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.multiple_instructors | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/create-exams/new-hire-training.html | |
---|---|
name | 'templates/create-exams/new-hire-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb4d10> |
type | '.html' |
Source | |
Line 176 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.new_hire_training | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/bars.html | |
---|---|
name | 'templates/features/bars.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb51d0> |
type | '.html' |
Source | |
Line 74 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.observational_assesment | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/bars.html | |
---|---|
name | 'templates/features/bars.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb5690> |
type | '.html' |
Source | |
Line 73 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.observational_assesment | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/prep-exams.html | |
---|---|
name | 'templates/features/prep-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb5b50> |
type | '.html' |
Source | |
Line 139 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.prep_exams | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/pricing/pricing.html | |
---|---|
name | 'templates/pricing/pricing.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb6010> |
type | '.html' |
Source | |
Line 39 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.pricing | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/policies/privacy-policy.html | |
---|---|
name | 'templates/policies/privacy-policy.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb64d0> |
type | '.html' |
Source | |
Line 47 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.privacy_policy | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/policies/privacy-framework-policy.html | |
---|---|
name | 'templates/policies/privacy-framework-policy.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb6990> |
type | '.html' |
Source | |
Line 51 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.privacy_shield_policy | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/create-exams/regulatory-compliance.html | |
---|---|
name | 'templates/create-exams/regulatory-compliance.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb6e50> |
type | '.html' |
Source | |
Line 170 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.regulatory_compliance | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/reports.html | |
---|---|
name | 'templates/features/reports.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb7310> |
type | '.html' |
Source | |
Line 90 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.reporting | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/reports.html | |
---|---|
name | 'templates/features/reports.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb77d0> |
type | '.html' |
Source | |
Line 89 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.reporting | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/create-exams/sales-and-product-training.html | |
---|---|
name | 'templates/create-exams/sales-and-product-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfb7c90> |
type | '.html' |
Source | |
Line 179 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.sales_and_product_training | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/scheduling.html | |
---|---|
name | 'templates/features/scheduling.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc4190> |
type | '.html' |
Source | |
Line 95 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.scheduling | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/scheduling.html | |
---|---|
name | 'templates/features/scheduling.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc4650> |
type | '.html' |
Source | |
Line 94 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.scheduling | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/taking-exams.html | |
---|---|
name | 'templates/features/taking-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc4ed0> |
type | '.html' |
Source | |
Line 110 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.taking_exams | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/taking-exams.html | |
---|---|
name | 'templates/features/taking-exams.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc5390> |
type | '.html' |
Source | |
Line 109 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.taking_exams | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/create-exams/technology-training.html | |
---|---|
name | 'templates/create-exams/technology-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc5850> |
type | '.html' |
Source | |
Line 182 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.technology_training | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/policies/terms-of-service.html | |
---|---|
name | 'templates/policies/terms-of-service.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc5d10> |
type | '.html' |
Source | |
Line 59 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.terms_of_service | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/training-library.html | |
---|---|
name | 'templates/features/training-library.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc61d0> |
type | '.html' |
Source | |
Line 120 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.training_library | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/training-library.html | |
---|---|
name | 'templates/features/training-library.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc6690> |
type | '.html' |
Source | |
Line 119 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.training_library | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/video-training.html | |
---|---|
name | 'templates/features/video-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc6b50> |
type | '.html' |
Source | |
Line 115 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.video_training | |
renderer factory function pyramid_jinja2.renderer_factory |
template templates/features/video-training.html | |
---|---|
name | 'templates/features/video-training.html' |
renderer | <pyramid.renderers.RendererHelper object at 0xfee72cfc7010> |
type | '.html' |
Source | |
Line 114 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
view function homepage.views.video_training | |
renderer factory function pyramid_jinja2.renderer_factory |
Tweens
implicit tween pyramid.tweens.excview_tween_factory | |
---|---|
factory | <function excview_tween_factory at 0xfee72e623740> |
name | 'pyramid.tweens.excview_tween_factory' |
type | 'implicit' |
Source | |
Line 96 of file /apps/env/lib/python3.11/site-packages/pyramid/config/tweens.py:
|
implicit tween pyramid_exclog.exclog_tween_factory | |
---|---|
factory | <function exclog_tween_factory at 0xfee72d50e520> |
name | 'pyramid_exclog.exclog_tween_factory' |
over | ['pyramid.tweens.excview_tween_factory', 'pyramid_tm.tm_tween_factory'] |
type | 'implicit' |
Source | |
Line 96 of file /apps/env/lib/python3.11/site-packages/pyramid/config/tweens.py:
|
View derivers
view deriver secured_view | |
---|---|
deriver | <function secured_view at 0xfee72e63eca0> |
name | 'secured_view' |
over | ('VIEW', 'mapped_view') |
under | ('INGRESS') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver owrapped_view | |
---|---|
deriver | <function owrapped_view at 0xfee72e63eb60> |
name | 'owrapped_view' |
over | ('VIEW', 'mapped_view') |
under | ('secured_view') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver http_cached_view | |
---|---|
deriver | <function http_cached_view at 0xfee72e63ec00> |
name | 'http_cached_view' |
over | ('VIEW', 'mapped_view') |
under | ('owrapped_view') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver decorated_view | |
---|---|
deriver | <function decorated_view at 0xfee72e63ef20> |
name | 'decorated_view' |
over | ('VIEW', 'mapped_view') |
under | ('http_cached_view') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver rendered_view | |
---|---|
deriver | <function rendered_view at 0xfee72e63ee80> |
name | 'rendered_view' |
over | ('VIEW', 'mapped_view') |
under | ('decorated_view') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver mapped_view | |
---|---|
deriver | <function mapped_view at 0xfee72e63eac0> |
name | 'mapped_view' |
over | ('VIEW') |
under | ('rendered_view') |
Source | |
Line 1433 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view deriver csrf_view | |
---|---|
deriver | <function csrf_view at 0xfee72e63efc0> |
name | 'csrf_view' |
over | ('owrapped_view') |
under | ('secured_view') |
Source | |
Line 1439 of file /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view predicate view predicate named header | |
---|---|
factory | <class 'pyramid.predicates.HeaderPredicate'> |
name | 'header' |
Source | |
Line 1224 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view predicate view predicate named accept | |
---|---|
factory | <class 'pyramid.predicates.AcceptPredicate'> |
name | 'accept' |
Source | |
Line 1224 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view predicate view predicate named containment | |
---|---|
factory | <class 'pyramid.predicates.ContainmentPredicate'> |
name | 'containment' |
Source | |
Line 1224 of file /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/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 /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
view predicate view predicate named custom | |
---|---|
factory | <class 'pyramid.predicates.CustomPredicate'> |
name | 'custom' |
Source | |
Line 1224 of file /apps/env/lib/python3.11/site-packages/pyramid/config/views.py:
|
Views
view function pyramid.httpexceptions.default_exceptionresponse_view | |
---|---|
callable | <function default_exceptionresponse_view at 0xfee72e7a2b60> |
context | <InterfaceClass pyramid.interfaces.IExceptionResponse> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0xfee72e677f60> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
Source | |
Line 378 of file /apps/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
view function pyramid.httpexceptions.default_exceptionresponse_view | |
---|---|
callable | <function default_exceptionresponse_view at 0xfee72e7a2b60> |
context | <class 'webob.exc.WSGIHTTPException'> |
derived_callable | <function runtime_exc_view.<locals>.wrapper_view at 0xfee72e4a4680> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
Source | |
Line 379 of file /apps/env/lib/python3.11/site-packages/pyramid/config/__init__.py:
|
view object <pyramid.static.static_view object at 0xfee72d3348d0> | |
---|---|
callable | <pyramid.static.static_view object at 0xfee72d3348d0> |
derived_callable | <function rendered_view.<locals>.viewresult_to_response at 0xfee72cffa5c0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | '__static/' |
Source | |
Line 13 of file /apps/core/homepage/homepage/__init__.py:
|
|
References | |
route __static/ (pattern: 'static/*subpath') | |
permission __no_permission_required__ |
view function homepage.views.about | |
---|---|
callable | <function about at 0xfee72cf753a0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d024180> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'about' |
Source | |
Line 31 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route about (pattern: '/about') | |
template templates/home/about.html |
view function homepage.views.ai | |
---|---|
callable | <function ai at 0xfee72cf809a0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0245e0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-ai' |
Source | |
Line 147 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-ai (pattern: '/exam-software-features/artificial-intelligence') | |
template templates/features/ai.html |
view function homepage.views.api_access | |
---|---|
callable | <function api_access at 0xfee72cf77f60> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0249a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'api-access' |
Source | |
Line 130 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route api-access (pattern: '/api-access') | |
template templates/features/api-access.html |
view function homepage.views.api_access | |
---|---|
callable | <function api_access at 0xfee72cf77f60> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d024c20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-api-webhooks' |
Source | |
Line 129 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-api-webhooks (pattern: '/exam-software-features/api-webhooks') | |
template templates/features/api-access.html |
view function homepage.views.at_a_glance | |
---|---|
callable | <function at_a_glance at 0xfee72cf75c60> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d024fe0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'at-a-glance' |
Source | |
Line 69 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route at-a-glance (pattern: '/at-a-glance') | |
template templates/features/at-a-glance.html |
view function homepage.views.at_a_glance | |
---|---|
callable | <function at_a_glance at 0xfee72cf75c60> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0253a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-at-a-glance' |
Source | |
Line 68 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-at-a-glance (pattern: '/exam-software-features/at-a-glance') | |
template templates/features/at-a-glance.html |
view function homepage.views.certificates | |
---|---|
callable | <function certificates at 0xfee72cf77ce0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d025760> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'certificates' |
Source | |
Line 125 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route certificates (pattern: '/certificates') | |
template templates/features/certificates.html |
view function homepage.views.certificates | |
---|---|
callable | <function certificates at 0xfee72cf77ce0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d025b20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-certificates' |
Source | |
Line 124 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-certificates (pattern: '/exam-software-features/certificates') | |
template templates/features/certificates.html |
view function homepage.views.certification | |
---|---|
callable | <function certification at 0xfee72cf76200> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d025ee0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'certification' |
Source | |
Line 79 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route certification (pattern: '/certification') | |
template templates/features/cert-exams.html |
view function homepage.views.certification | |
---|---|
callable | <function certification at 0xfee72cf76200> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0262a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-certification-exams' |
Source | |
Line 78 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-certification-exams (pattern: '/exam-software-features/certification') | |
template templates/features/cert-exams.html |
view function homepage.views.channel_partner_training | |
---|---|
callable | <function channel_partner_training at 0xfee72cf80ea0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d026660> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'channel-partner-training' |
Source | |
Line 173 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route channel-partner-training (pattern: '/channel-partner-training') | |
template templates/create-exams/channel-partner-training.html |
view function homepage.views.cookies | |
---|---|
callable | <function cookies at 0xfee72cf758a0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d026a20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'cookies' |
Source | |
Line 55 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route cookies (pattern: '/cookies') | |
template templates/policies/cookies.html |
view function homepage.views.customers | |
---|---|
callable | <function customers at 0xfee72cf80ae0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d026de0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'customers' |
Source | |
Line 161 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route customers (pattern: '/customers') | |
template templates/customers/customers.html |
view function homepage.views.exams | |
---|---|
callable | <function exams at 0xfee72cf76520> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0271a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'exams' |
Source | |
Line 85 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route exams (pattern: '/exams') | |
template templates/features/create-smarter-exams.html |
view function homepage.views.exams | |
---|---|
callable | <function exams at 0xfee72cf76520> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d027560> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-exams' |
Source | |
Line 84 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-exams (pattern: '/exam-software-features/exams') | |
template templates/features/create-smarter-exams.html |
view function homepage.views.faq | |
---|---|
callable | <function faq at 0xfee72cf75260> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d027920> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'faq' |
Source | |
Line 27 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route faq (pattern: '/faq') | |
template templates/home/faq.html |
view function homepage.views.home | |
---|---|
callable | <function home at 0xfee72cf75120> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d027ce0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'home' |
Source | |
Line 23 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route home (pattern: '/') | |
template templates/home/home.html |
view function homepage.views.hotspot | |
---|---|
callable | <function hotspot at 0xfee72cf80860> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0300e0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-hotspot' |
Source | |
Line 143 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-hotspot (pattern: '/exam-software-features/hotspot') | |
template templates/features/hotspot.html |
view function homepage.views.lms_integration | |
---|---|
callable | <function lms_integration at 0xfee72cf76c00> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0304a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'lms-integration' |
Source | |
Line 100 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route lms-integration (pattern: '/lms-integration') | |
template templates/features/lms-integration.html |
view function homepage.views.lms_integration | |
---|---|
callable | <function lms_integration at 0xfee72cf76c00> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d030860> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-lms-integration' |
Source | |
Line 99 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-lms-integration (pattern: '/exam-software-features/lms-integration') | |
template templates/features/lms-integration.html |
view function homepage.views.managing_students | |
---|---|
callable | <function managing_students at 0xfee72cf802c0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d030c20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'managing-students' |
Source | |
Line 135 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route managing-students (pattern: '/managing-students') | |
template templates/features/managing-students.html |
view function homepage.views.managing_students | |
---|---|
callable | <function managing_students at 0xfee72cf802c0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d030fe0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-managing-students' |
Source | |
Line 134 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-managing-students (pattern: '/exam-software-features/managing-students') | |
template templates/features/managing-students.html |
view function homepage.views.multiple_instructors | |
---|---|
callable | <function multiple_instructors at 0xfee72cf76f20> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0313a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'multiple-instructors' |
Source | |
Line 105 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route multiple-instructors (pattern: '/multiple-instructors') | |
template templates/features/multiple-instructors.html |
view function homepage.views.multiple_instructors | |
---|---|
callable | <function multiple_instructors at 0xfee72cf76f20> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d031760> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-multiple-instructors' |
Source | |
Line 104 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-multiple-instructors (pattern: '/exam-software-features/multiple-instructors') | |
template templates/features/multiple-instructors.html |
view function homepage.views.new_hire_training | |
---|---|
callable | <function new_hire_training at 0xfee72cf81080> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d031b20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'new-hire-training' |
Source | |
Line 176 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route new-hire-training (pattern: '/new-hire-training') | |
template templates/create-exams/new-hire-training.html |
view function homepage.views.observational_assesment | |
---|---|
callable | <function observational_assesment at 0xfee72cf75ee0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d031ee0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'observational-assesment' |
Source | |
Line 74 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route observational-assesment (pattern: '/observational-assesment') | |
template templates/features/bars.html |
view function homepage.views.observational_assesment | |
---|---|
callable | <function observational_assesment at 0xfee72cf75ee0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0322a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-observational-assesment' |
Source | |
Line 73 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-observational-assesment (pattern: '/exam-software-features/observational-assesment') | |
template templates/features/bars.html |
view function homepage.views.prep_exams | |
---|---|
callable | <function prep_exams at 0xfee72cf80680> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d032660> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-preparation-exams' |
Source | |
Line 139 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-preparation-exams (pattern: '/exam-software-features/preparation-exams') | |
template templates/features/prep-exams.html |
view function homepage.views.pricing | |
---|---|
callable | <function pricing at 0xfee72cf754e0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d032a20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'pricing' |
Source | |
Line 39 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route pricing (pattern: '/pricing') | |
template templates/pricing/pricing.html |
view function homepage.views.privacy_policy | |
---|---|
callable | <function privacy_policy at 0xfee72cf75620> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d032de0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'privacy-policy' |
Source | |
Line 47 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route privacy-policy (pattern: '/privacy-policy') | |
template templates/policies/privacy-policy.html |
view function homepage.views.privacy_shield_policy | |
---|---|
callable | <function privacy_shield_policy at 0xfee72cf75760> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0331a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'privacy-framework-policy' |
Source | |
Line 51 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route privacy-framework-policy (pattern: '/privacy-framework-policy') | |
template templates/policies/privacy-framework-policy.html |
view function homepage.views.regulatory_compliance | |
---|---|
callable | <function regulatory_compliance at 0xfee72cf80cc0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d033560> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'regulatory-compliance' |
Source | |
Line 170 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route regulatory-compliance (pattern: '/regulatory-compliance') | |
template templates/create-exams/regulatory-compliance.html |
view function homepage.views.reporting | |
---|---|
callable | <function reporting at 0xfee72cf767a0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d033920> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'reporting' |
Source | |
Line 90 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route reporting (pattern: '/reporting') | |
template templates/features/reports.html |
view function homepage.views.reporting | |
---|---|
callable | <function reporting at 0xfee72cf767a0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d033ce0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-reporting' |
Source | |
Line 89 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-reporting (pattern: '/exam-software-features/reporting') | |
template templates/features/reports.html |
view function homepage.views.sales_and_product_training | |
---|---|
callable | <function sales_and_product_training at 0xfee72cf81260> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0400e0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'sales-and-product-training' |
Source | |
Line 179 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route sales-and-product-training (pattern: '/sales-and-product-training') | |
template templates/create-exams/sales-and-product-training.html |
view function homepage.views.scheduling | |
---|---|
callable | <function scheduling at 0xfee72cf76980> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0404a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'scheduling' |
Source | |
Line 95 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route scheduling (pattern: '/scheduling') | |
template templates/features/scheduling.html |
view function homepage.views.scheduling | |
---|---|
callable | <function scheduling at 0xfee72cf76980> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d040860> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-scheduling' |
Source | |
Line 94 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-scheduling (pattern: '/exam-software-features/scheduling') | |
template templates/features/scheduling.html |
view function homepage.views.status | |
---|---|
callable | <function status at 0xfee72cf74fe0> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d040c20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'status' |
Source | |
Line 14 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route status (pattern: '/status') |
view function homepage.views.taking_exams | |
---|---|
callable | <function taking_exams at 0xfee72cf77240> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d040fe0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'taking-exams' |
Source | |
Line 110 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route taking-exams (pattern: '/taking-exams') | |
template templates/features/taking-exams.html |
view function homepage.views.taking_exams | |
---|---|
callable | <function taking_exams at 0xfee72cf77240> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0413a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-taking-exams' |
Source | |
Line 109 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-taking-exams (pattern: '/exam-software-features/taking-exams') | |
template templates/features/taking-exams.html |
view function homepage.views.technology_training | |
---|---|
callable | <function technology_training at 0xfee72cf81440> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d041760> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'technology-training' |
Source | |
Line 182 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route technology-training (pattern: '/technology-training') | |
template templates/create-exams/technology-training.html |
view function homepage.views.terms_of_service | |
---|---|
callable | <function terms_of_service at 0xfee72cf75a80> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d041b20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'terms-of-service' |
Source | |
Line 59 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route terms-of-service (pattern: '/terms-of-service') | |
template templates/policies/terms-of-service.html |
view function homepage.views.training_library | |
---|---|
callable | <function training_library at 0xfee72cf77920> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d041ee0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'video-training-library' |
Source | |
Line 120 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route video-training-library (pattern: '/video-training-library') | |
template templates/features/training-library.html |
view function homepage.views.training_library | |
---|---|
callable | <function training_library at 0xfee72cf77920> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d0422a0> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-video-training-library' |
Source | |
Line 119 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-video-training-library (pattern: '/exam-software-features/video-training-library') | |
template templates/features/training-library.html |
view function homepage.views.video_training | |
---|---|
callable | <function video_training at 0xfee72cf77560> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d042660> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'video-training' |
Source | |
Line 115 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route video-training (pattern: '/video-training') | |
template templates/features/video-training.html |
view function homepage.views.video_training | |
---|---|
callable | <function video_training at 0xfee72cf77560> |
derived_callable | <function rendered_view.<locals>.rendered_view at 0xfee72d042a20> |
order | 1073741824 |
phash | 'd41d8cd98f00b204e9800998ecf8427e' |
route_name | 'features-video-training' |
Source | |
Line 114 of file /apps/core/homepage/homepage/views.py:
|
|
References | |
route features-video-training (pattern: '/exam-software-features/video-training') | |
template templates/features/video-training.html |
Routes
Route Name | Route Pattern | View Callable | Predicates |
---|---|---|---|
__static/ | static/*subpath | <function rendered_view.<locals>.viewresult_to_response at 0xfee72cffa5c0> | |
status | /status | <function rendered_view.<locals>.rendered_view at 0xfee72d040c20> | |
home | / | <function rendered_view.<locals>.rendered_view at 0xfee72d027ce0> | |
faq | /faq | <function rendered_view.<locals>.rendered_view at 0xfee72d027920> | |
pricing | /pricing | <function rendered_view.<locals>.rendered_view at 0xfee72d032a20> | |
about | /about | <function rendered_view.<locals>.rendered_view at 0xfee72d024180> | |
privacy-policy | /privacy-policy | <function rendered_view.<locals>.rendered_view at 0xfee72d032de0> | |
privacy-framework-policy | /privacy-framework-policy | <function rendered_view.<locals>.rendered_view at 0xfee72d0331a0> | |
terms-of-service | /terms-of-service | <function rendered_view.<locals>.rendered_view at 0xfee72d041b20> | |
cookies | /cookies | <function rendered_view.<locals>.rendered_view at 0xfee72d026a20> | |
features-at-a-glance | /exam-software-features/at-a-glance | <function rendered_view.<locals>.rendered_view at 0xfee72d0253a0> | |
at-a-glance | /at-a-glance | <function rendered_view.<locals>.rendered_view at 0xfee72d024fe0> | |
features-ai | /exam-software-features/artificial-intelligence | <function rendered_view.<locals>.rendered_view at 0xfee72d0245e0> | |
features-observational-assesment | /exam-software-features/observational-assesment | <function rendered_view.<locals>.rendered_view at 0xfee72d0322a0> | |
observational-assesment | /observational-assesment | <function rendered_view.<locals>.rendered_view at 0xfee72d031ee0> | |
features-certification-exams | /exam-software-features/certification | <function rendered_view.<locals>.rendered_view at 0xfee72d0262a0> | |
certification | /certification | <function rendered_view.<locals>.rendered_view at 0xfee72d025ee0> | |
features-exams | /exam-software-features/exams | <function rendered_view.<locals>.rendered_view at 0xfee72d027560> | |
exams | /exams | <function rendered_view.<locals>.rendered_view at 0xfee72d0271a0> | |
features-reporting | /exam-software-features/reporting | <function rendered_view.<locals>.rendered_view at 0xfee72d033ce0> | |
reporting | /reporting | <function rendered_view.<locals>.rendered_view at 0xfee72d033920> | |
features-scheduling | /exam-software-features/scheduling | <function rendered_view.<locals>.rendered_view at 0xfee72d040860> | |
scheduling | /scheduling | <function rendered_view.<locals>.rendered_view at 0xfee72d0404a0> | |
features-lms-integration | /exam-software-features/lms-integration | <function rendered_view.<locals>.rendered_view at 0xfee72d030860> | |
lms-integration | /lms-integration | <function rendered_view.<locals>.rendered_view at 0xfee72d0304a0> | |
features-multiple-instructors | /exam-software-features/multiple-instructors | <function rendered_view.<locals>.rendered_view at 0xfee72d031760> | |
multiple-instructors | /multiple-instructors | <function rendered_view.<locals>.rendered_view at 0xfee72d0313a0> | |
features-taking-exams | /exam-software-features/taking-exams | <function rendered_view.<locals>.rendered_view at 0xfee72d0413a0> | |
taking-exams | /taking-exams | <function rendered_view.<locals>.rendered_view at 0xfee72d040fe0> | |
features-video-training | /exam-software-features/video-training | <function rendered_view.<locals>.rendered_view at 0xfee72d042a20> | |
video-training | /video-training | <function rendered_view.<locals>.rendered_view at 0xfee72d042660> | |
features-video-training-library | /exam-software-features/video-training-library | <function rendered_view.<locals>.rendered_view at 0xfee72d0422a0> | |
video-training-library | /video-training-library | <function rendered_view.<locals>.rendered_view at 0xfee72d041ee0> | |
features-certificates | /exam-software-features/certificates | <function rendered_view.<locals>.rendered_view at 0xfee72d025b20> | |
certificates | /certificates | <function rendered_view.<locals>.rendered_view at 0xfee72d025760> | |
features-api-webhooks | /exam-software-features/api-webhooks | <function rendered_view.<locals>.rendered_view at 0xfee72d024c20> | |
api-access | /api-access | <function rendered_view.<locals>.rendered_view at 0xfee72d0249a0> | |
features-managing-students | /exam-software-features/managing-students | <function rendered_view.<locals>.rendered_view at 0xfee72d030fe0> | |
managing-students | /managing-students | <function rendered_view.<locals>.rendered_view at 0xfee72d030c20> | |
features-preparation-exams | /exam-software-features/preparation-exams | <function rendered_view.<locals>.rendered_view at 0xfee72d032660> | |
features-hotspot | /exam-software-features/hotspot | <function rendered_view.<locals>.rendered_view at 0xfee72d0300e0> | |
customers | /customers | <function rendered_view.<locals>.rendered_view at 0xfee72d026de0> | |
regulatory-compliance | /regulatory-compliance | <function rendered_view.<locals>.rendered_view at 0xfee72d033560> | |
channel-partner-training | /channel-partner-training | <function rendered_view.<locals>.rendered_view at 0xfee72d026660> | |
new-hire-training | /new-hire-training | <function rendered_view.<locals>.rendered_view at 0xfee72d031b20> | |
sales-and-product-training | /sales-and-product-training | <function rendered_view.<locals>.rendered_view at 0xfee72d0400e0> | |
technology-training | /technology-training | <function rendered_view.<locals>.rendered_view at 0xfee72d041760> |
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 | ['0.0.0.0/0'] |
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 |
exclog.extra_info | False |
exclog.hidden_cookies | [] |
exclog.ignore | (<class 'pyramid.httpexceptions.HTTPException'>,) |
freetrial_url | 'https://freetrial.exbcore.com' |
instructor_url | 'https://instructor.exbcore.com' |
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' |
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 |
testing_url | 'https://testing.exbcore.com' |
Tweens
Implicit definition
Order (from server to application) | Tween |
---|---|
0 | pyramid_debugtoolbar.toolbar_tween_factory |
1 | pyramid_exclog.exclog_tween_factory |
2 | pyramid.tweens.excview_tween_factory |
Versions
Platform
Python 3.11.11 (main, Dec 4 2024, 08:55:08) [GCC 13.2.0] on Linux-6.8.0-1018-aws-aarch64-with-glibc2.39
Packages
Package Name | Version | Summary |
---|---|---|
acres | 0.3.0 | Access resources on your terms |
aiohappyeyeballs | 2.4.3 | Happy Eyeballs for asyncio |
aiohttp | 3.10.10 | Async http client/server framework (asyncio) |
aiosignal | 1.3.1 | aiosignal: a list of registered asynchronous callbacks |
amqp | 5.2.0 | Low-level AMQP client for Python (fork of amqplib). |
annotated-types | 0.7.0 | Reusable constraint types to use with typing.Annotated |
anyio | 4.6.2.post1 | High level compatibility layer for multiple asynchronous event loop implementations |
attrs | 24.2.0 | Classes Without Boilerplate |
babel | 2.16.0 | Internationalization utilities |
beautifulsoup4 | 4.12.3 | Screen-scraping library |
billiard | 4.2.1 | Python multiprocessing fork with improvements and bugfixes |
boto | 2.49.0 | Amazon Web Services Library |
boto3 | 1.35.57 | The AWS SDK for Python |
botocore | 1.35.57 | Low-level, data-driven core of boto 3. |
bs4 | 0.0.2 | Dummy package for Beautiful Soup (beautifulsoup4) |
celery | 5.4.0 | Distributed Task Queue. |
certifi | 2024.8.30 | Python package for providing Mozilla's CA Bundle. |
cffi | 1.17.1 | Foreign Function Interface for Python calling C code. |
chardet | 5.2.0 | Universal encoding detector for Python 3 |
charset-normalizer | 3.4.0 | The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
ci-info | 0.3.0 | Continuous Integration Information |
click | 8.1.7 | Composable command line interface toolkit |
click-didyoumean | 0.3.1 | Enables git-like *did-you-mean* feature in click |
click-plugins | 1.1.1 | An extension module for click to enable registering CLI commands via setuptools entry-points. |
click-repl | 0.3.0 | REPL plugin for Click |
configobj | 5.0.9 | Config file reading, writing and validation. |
configparser | 7.1.0 | Updated configparser from stdlib for earlier Pythons. |
cryptography | 43.0.3 | cryptography is a package which provides cryptographic recipes and primitives to Python developers. |
cx_Oracle | 8.3.0 | Python interface to Oracle |
dca-scheduler | 0.0 | dca_scheduler |
defusedxml | 0.7.1 | XML bomb protection for Python stdlib modules |
distro | 1.9.0 | Distro - an OS platform information API |
dnspython | 2.7.0 | DNS toolkit |
elementpath | 4.6.0 | XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml |
email_validator | 2.2.0 | A robust email address syntax and deliverability validation library. |
enum-compat | 0.0.3 | enum/enum34 compatibility package |
et_xmlfile | 2.0.0 | An implementation of lxml.xmlfile for the standard library |
etelemetry | 0.3.1 | Etelemetry python client API |
fdfgen | 0.16.1 | library for creating FDF files |
filelock | 3.17.0 | A platform independent file lock. |
fitz | 0.0.1.dev2 | Fitz: Workflow Mangement for neuroimaging data. |
freetrial | 0.0 | freetrial |
frozenlist | 1.5.0 | A list-like structure which implements collections.abc.MutableSequence |
future | 1.0.0 | Clean single-source support for Python 3 and 2 |
greenlet | 3.1.1 | Lightweight in-process concurrent programming |
guarana | 0.0 | guarana |
h11 | 0.14.0 | A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
holidays | 0.60 | World Holidays Framework |
homepage | 0.0 | homepage |
homepage | 0.0 | homepage |
homepage | 0.0 | homepage |
httpcore | 1.0.6 | A minimal low-level HTTP client. |
httplib2 | 0.22.0 | A comprehensive HTTP client library. |
httpx | 0.27.2 | The next generation HTTP client. |
hupper | 1.12.1 | Integrated process monitor for developing and reloading daemons. |
idna | 3.10 | Internationalized Domain Names in Applications (IDNA) |
importlib_resources | 6.5.2 | Read resources from Python packages |
instructor | 0.0 | instructor |
intuit-oauth | 1.2.6 | Intuit OAuth Client |
isodate | 0.6.1 | An ISO 8601 date/time/duration parser and formatter |
Jinja2 | 3.0.2 | A very fast and expressive template engine. |
jiter | 0.7.0 | Fast iterable JSON parser. |
jmespath | 1.0.1 | JSON Matching Expressions |
kombu | 5.4.2 | Messaging library for Python. |
lingua | 4.15.0 | Translation toolset |
looseversion | 1.3.0 | Version numbering for anarchists and software realists |
lxml | 5.3.1 | Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
Mako | 1.3.6 | A super-fast templating language that borrows the best ideas from the existing templating languages. |
MarkupSafe | 3.0.2 | Safely add untrusted strings to HTML/XML markup. |
multidict | 6.1.0 | multidict implementation |
networkx | 3.4.2 | Python package for creating and manipulating graphs and networks |
newrelic | 10.2.0 | New Relic Python Agent |
nibabel | 5.3.2 | Access a multitude of neuroimaging data formats |
nipype | 1.9.2 | Neuroimaging in Python: Pipelines and Interfaces |
numpy | 2.2.3 | Fundamental package for array computing in Python |
oauthlib | 3.2.2 | A generic, spec-compliant, thorough implementation of the OAuth request-signing logic |
openai | 1.54.3 | The official Python library for the openai API |
openpyxl | 3.1.5 | A Python library to read/write Excel 2010 xlsx/xlsm files |
orders | 0.0 | orders |
packaging | 24.2 | Core utilities for Python packages |
pandas | 2.2.3 | Powerful data structures for data analysis, time series, and statistics |
PasteDeploy | 3.1.0 | Load, configure, and compose WSGI applications and servers |
pathlib | 1.0.1 | Object-oriented filesystem paths |
pdfkit | 1.0.0 | Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt |
pillow | 11.0.0 | Python Imaging Library (Fork) |
pip | 25.0.1 | 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. |
polib | 1.2.0 | A library to manipulate gettext files (po and mo files). |
prompt_toolkit | 3.0.48 | Library for building powerful interactive command lines in Python |
propcache | 0.2.0 | Accelerated property cache |
prov | 2.0.1 | A library for W3C Provenance Data Model supporting PROV-JSON, PROV-XML and PROV-O (RDF) |
puremagic | 1.28 | Pure python implementation of magic file detection |
pyasn1 | 0.6.1 | Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208) |
pycparser | 2.22 | C parser in Python |
pycryptodome | 3.21.0 | Cryptographic library for Python |
pydantic | 2.9.2 | Data validation using Python type hints |
pydantic_core | 2.23.4 | Core functionality for Pydantic validation and serialization |
pydot | 3.0.4 | Python interface to Graphviz's Dot |
Pygments | 2.18.0 | Pygments is a syntax highlighting package written in Python. |
PyJWT | 2.9.0 | JSON Web Token implementation in Python |
PyMuPDF | 1.25.3 | A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents. |
pyOpenSSL | 24.2.1 | Python wrapper module around the OpenSSL library |
pyotp | 2.9.0 | Python One Time Password Library |
pyparsing | 3.2.1 | pyparsing module - Classes and methods to define and execute parsing grammars |
PyPDF2 | 3.0.1 | A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files |
pyramid | 2.0.2 | The Pyramid Web Framework, a Pylons project |
pyramid-exclog | 1.1 | A package which logs to a Python logger when an exception is raised by a Pyramid application |
pyramid-mako | 1.1.0 | Mako template bindings for the Pyramid web framework |
pyramid_debugtoolbar | 4.12.1 | A package which provides an interactive HTML debugger for Pyramid application development |
pyramid_jinja2 | 2.10.1 | Jinja2 template bindings for the Pyramid web framework |
pysaml2 | 7.5.0 | Python implementation of SAML Version 2 Standard |
python-dateutil | 2.9.0.post0 | Extensions to the standard Python datetime module |
python-quickbooks | 0.9.12 | A Python library for accessing the QuickBooks API. |
pytz | 2024.2 | World timezone definitions, modern and historical |
PyVimeo | 1.1.2 | Simple interaction with the Vimeo API. |
pyxnat | 1.6.3 | XNAT in Python |
rauth | 0.7.3 | A Python library for OAuth 1.0/a, 2.0, and Ofly. |
raven | 6.10.0 | Raven is a client for Sentry (https://getsentry.com) |
rdflib | 6.3.2 | RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. |
reportlab | 4.2.5 | The Reportlab Toolkit |
requests | 2.32.3 | Python HTTP for Humans. |
requests-aws | 0.1.8 | AWS authentication for Amazon S3 for the python requests module |
requests-oauthlib | 2.0.0 | OAuthlib authentication support for Requests. |
rsa | 4.9 | Pure-Python RSA implementation |
s3transfer | 0.10.3 | An Amazon S3 Transfer Manager |
scipy | 1.15.2 | Fundamental algorithms for scientific computing in Python |
setuptools | 65.5.0 | Easily download, build, install, upgrade, and uninstall Python packages |
simplejson | 3.19.3 | Simple, fast, extensible JSON encoder/decoder for Python |
six | 1.16.0 | Python 2 and 3 compatibility utilities |
sniffio | 1.3.1 | Sniff out which async library your code is running under |
soupsieve | 2.6 | A modern CSS selector implementation for Beautiful Soup. |
SQLAlchemy | 2.0.36 | Database Abstraction Library |
store | 0.0 | store |
stripe | 11.2.0 | Python bindings for the Stripe API |
testing | 0.0 | testing |
tinydb | 4.8.2 | TinyDB is a tiny, document oriented database optimized for your happiness :) |
tqdm | 4.67.0 | Fast, Extensible Progress Meter |
traits | 7.0.2 | Observable typed attributes for Python classes |
transaction | 5.0 | Transaction management for Python |
translationstring | 1.4 | Utility library for i18n relied on by various Repoze and Pyramid packages |
tuspy | 1.0.3 | A Python client for the tus resumable upload protocol -> http://tus.io |
typing_extensions | 4.12.2 | Backported and Experimental Type Hints for Python 3.8+ |
tzdata | 2024.2 | Provider of IANA time zone data |
ua-parser | 0.18.0 | Python port of Browserscope's user agent parser |
Unidecode | 1.3.8 | ASCII transliterations of Unicode text |
urllib3 | 2.2.3 | HTTP library with thread-safe connection pooling, file post, and more. |
user-agents | 2.2.0 | A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings. |
uWSGI | 2.0.28 | The uWSGI server |
validate_email | 1.3 | Validate_email verify if an email address is valid and really exists. |
venusian | 3.1.0 | A library for deferring decorator actions |
vine | 5.1.0 | Python promises. |
waitress | 3.0.1 | Waitress WSGI server |
wcwidth | 0.2.13 | Measures the displayed width of unicode strings in a terminal |
WebOb | 1.8.9 | WSGI request and response object |
wheel | 0.44.0 | A built-package format for Python |
WTForms | 2.3.3 | A flexible forms validation and rendering library for Python web development. |
xlrd | 2.0.1 | Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files |
xmlschema | 2.5.1 | An XML Schema validator and decoder |
xmltodict | 0.14.2 | Makes working with XML feel like you are working with JSON |
yarl | 1.17.1 | Yet another URL library |
zope.deprecation | 5.0 | Zope Deprecation Infrastructure |
zope.interface | 7.1.1 | Interfaces for Python |
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.