Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ string>
Method
string>
oneflow/api/python/functional/python_arg.cpp:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
template<>
92
std::string PythonArg::ObjectAs<std::string>() const {
93
return PyStringAsString(object_);
94
}
95
INSTANCE_OBJECT_AS_SHARED_PTR(std::string)
96
97
template<>
Callers
nothing calls this directly
Calls
1
PyStringAsString
Function · 0.85
Tested by
no test coverage detected