Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bab2min/tomotopy
/ getWords
Method
getWords
src/python/handler/py_label.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
py::UniqueObj CandidateObject::getWords() const
33
{
34
return py::buildPyValue(begin(), end());
35
}
36
37
std::string CandidateObject::getName() const
38
{
Callers
nothing calls this directly
Calls
1
buildPyValue
Function · 0.70
Tested by
no test coverage detected