Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __str__
Method
__str__
recipes/Python/111969_Blender/recipe-111969.py:75–76 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
return
self.StartToken + name + self.EndToken
74
75
def
__str__(self):
76
return
self.blend()
77
78
class
Person(Blender):
79
def
__init__(self, name, lastName):
Callers
nothing calls this directly
Calls
1
blend
Method · 0.95
Tested by
no test coverage detected