Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ title
Method
title
examples/simplewiki/database.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
101
@property
102
def
title(self):
103
return
self.name.replace(
"_"
,
" "
)
104
105
def
__repr__(self):
106
return
f
"<{type(self).__name__} {self.name!r}>"
Callers
5
dump_cookie
Function · 0.80
application
Method · 0.80
__iter__
Method · 0.80
to_header
Method · 0.80
to_header
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected