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

Method get

edrav2/eprj/boost/libs/python/src/dict.cpp:67–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67object dict_base::get(object_cref k) const
68{
69 if (check_exact(this))
70 {
71 PyObject* result = PyDict_GetItem(this->ptr(),k.ptr());
72 return object(detail::borrowed_reference(result ? result : Py_None));
73 }
74 else
75 {
76 return this->attr("get")(k);
77 }
78}
79
80object dict_base::get(object_cref k, object_cref d) const
81{

Callers 15

wrap_fill2Function · 0.45
get_overrideMethod · 0.45
objectMethod · 0.45
getsliceFunction · 0.45
setsliceFunction · 0.45
delsliceFunction · 0.45
jquery.jsFile · 0.45
gaFunction · 0.45
maFunction · 0.45
ebFunction · 0.45
gFunction · 0.45

Calls 4

check_exactFunction · 0.85
attrMethod · 0.80
objectClass · 0.50
ptrMethod · 0.45

Tested by

no test coverage detected