MCPcopy
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_cookieFunction · 0.80
applicationMethod · 0.80
__iter__Method · 0.80
to_headerMethod · 0.80
to_headerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected