Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ add_mapping
Method
add_mapping
web/application.py:129–130 ·
view source on GitHub ↗
(self, pattern, classname)
Source
from the content-addressed store, hash-verified
127
self.mapping = list(utils.group(mapping, 2))
128
129
def
add_mapping(self, pattern, classname):
130
self.mapping.append((pattern, classname))
131
132
def
add_processor(self, processor):
133
""
"
Callers
1
__init__
Method · 0.80
Calls
1
append
Method · 0.80
Tested by
no test coverage detected