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

Function object

include/win/boost/python/proxy.hpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57template <class Policies>
58inline proxy<Policies>::operator object() const
59{
60 return Policies::get(m_target, m_key);
61}
62
63// to support a[b] = c[d]
64template <class Policies>

Callers 15

dictFunction · 0.70
getFunction · 0.70
has_keyFunction · 0.70
setdefaultFunction · 0.70
updateFunction · 0.70
getattrFunction · 0.70
setattrFunction · 0.70
delattrFunction · 0.70
getitemFunction · 0.70
setitemFunction · 0.70
delitemFunction · 0.70
getsliceFunction · 0.70

Calls 1

getFunction · 0.70

Tested by

no test coverage detected