MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / contains

Method contains

include/win/boost/python/object_core.hpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394template <typename U>
395template <class T>
396object api::object_operators<U>::contains(T const& key) const
397{
398 return this->attr("__contains__")(object(key));
399}
400
401
402inline object::object()

Callers

nothing calls this directly

Calls 2

attrMethod · 0.95
objectClass · 0.70

Tested by

no test coverage detected