Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kivy/python-for-android
/ __repr__
Method
__repr__
testapps/testapp_sqlite_openssl/main.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
database = db
57
58
def
__repr__(self):
59
return
'<Person: {}, {}>'
.format(self.name, self.birthday)
60
61
def
__str__(self):
62
return
repr(self)
Callers
1
test_properties
Method · 0.45
Calls
1
format
Method · 0.80
Tested by
1
test_properties
Method · 0.36