PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
Loading...
Searching...
No Matches
Classes | Variables
system.page Namespace Reference

Classes

class  system_page
 Represents a webpage in the system. More...
 
class  system_pagefragment
 Fragments are parts of a page which can be reused across different pages. More...
 

Variables

int PAGE_DONT_CACHE = 0x01
 
int PAGE_LOAD_HOOKS = 0x02
 

Variable Documentation

◆ PAGE_DONT_CACHE

int system.page.PAGE_DONT_CACHE = 0x01

Definition at line 16 of file page.py.

◆ PAGE_LOAD_HOOKS

int system.page.PAGE_LOAD_HOOKS = 0x02

Definition at line 17 of file page.py.