Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ PyObject_CheckString
Function
PyObject_CheckString
paddle/fluid/pybind/op_function_common.cc:277–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
bool PyObject_CheckString(PyObject* obj) { return PyUnicode_Check(obj); }
278
279
bool CastPyArg2Boolean(PyObject* obj,
280
const std::string& op_type,
Callers
7
CastPyArg2Scalar
Function · 0.85
CastPyArg2String
Function · 0.85
CastPyArg2Strings
Function · 0.85
ConstructAttrMapFromPyArgs
Function · 0.85
ConstructAttrMapForLegacyRunProgram
Function · 0.85
ConstructAttrMapForRunProgram
Function · 0.85
tensor__mul__method
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected