Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
template <class Policies>
58
inline proxy<Policies>::operator object() const
59
{
60
return Policies::get(m_target, m_key);
61
}
62
63
// to support a[b] = c[d]
64
template <class Policies>
Callers
15
dict
Function · 0.70
get
Function · 0.70
has_key
Function · 0.70
setdefault
Function · 0.70
update
Function · 0.70
getattr
Function · 0.70
setattr
Function · 0.70
delattr
Function · 0.70
getitem
Function · 0.70
setitem
Function · 0.70
delitem
Function · 0.70
getslice
Function · 0.70
Calls
1
get
Function · 0.70
Tested by
no test coverage detected