Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/realpython/discover-flask
/ __repr__
Method
__repr__
project/models.py:22–23 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
self.author_id = author_id
21
22
def
__repr__(self):
23
return
'<title {}'
.format(self.title)
24
25
26
class
User(db.Model):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected