MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / rindex

Method rindex

edrav2/eprj/boost/libs/python/src/str.cpp:319–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319long str_base::rindex(object_cref sub) const
320{
321 long result = _BOOST_PYTHON_ASLONG(this->attr("rindex")(sub).ptr());
322 if (PyErr_Occurred())
323 throw_error_already_set();
324 return result;
325}
326
327long str_base::rindex(object_cref sub, object_cref start) const
328{

Callers 1

work_with_stringFunction · 0.80

Calls 2

attrMethod · 0.80
ptrMethod · 0.45

Tested by 1

work_with_stringFunction · 0.64