MCPcopy 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
277bool PyObject_CheckString(PyObject* obj) { return PyUnicode_Check(obj); }
278
279bool CastPyArg2Boolean(PyObject* obj,
280 const std::string& op_type,

Callers 7

CastPyArg2ScalarFunction · 0.85
CastPyArg2StringFunction · 0.85
CastPyArg2StringsFunction · 0.85
tensor__mul__methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected