Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nltk/nltk
/ set
Method
set
nltk/draw/util.py:2489–2490 ·
view source on GitHub ↗
(value=value)
Source
from the content-addressed store, hash-verified
2487
return
2488
2489
def
set(value=value):
2490
self.set(value)
2491
2492
self._menu.add_command(label=value, command=set)
2493
self._values.append(value)
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected