Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitmessage/PyBitmessage
/ setFolderName
Method
setFolderName
src/bitmessageqt/foldertree.py:125–126 ·
view source on GitHub ↗
(self, fname)
Source
from the content-addressed store, hash-verified
123
parent.insertChild(pos, self)
124
125
def
setFolderName(self, fname):
126
self.folderName = str(fname)
127
128
def
data(self, column, role):
129
if
column == 0:
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected