Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pyload/pyload
/ setName
Method
setName
module/PyFile.py:287–290 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
285
self.notifyChange()
286
287
def
setName(self, value):
288
if
not value == self.name:
289
self.name = value
290
self.notifyChange()
Callers
3
start
Method · 0.80
grow
Method · 0.80
_on_notification
Method · 0.80
Calls
1
notifyChange
Method · 0.95
Tested by
no test coverage detected