Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ __init__
Method
__init__
web/template.py:82–84 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
""
"Parser Base."
""
81
82
def
__init__(self):
83
self.statement_nodes = STATEMENT_NODES
84
self.keywords = KEYWORDS
85
86
def
parse(self, text, name=
"<template>"
):
87
self.text = text
Callers
7
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected