MCPcopy Create free account
hub / github.com/realpython/discover-flask / __repr__

Method __repr__

project/models.py:53–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 return unicode(self.id)
52
53 def __repr__(self):
54 return '<name - {}>'.format(self.name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected