py_emplacedict method
Prepare an insertion to the object's __dict__
.
Implementation
py_ItemRef py_emplacedict(
py_Ref self,
int name,
) {
return _py_emplacedict(
self,
name,
);
}
Prepare an insertion to the object's __dict__
.
py_ItemRef py_emplacedict(
py_Ref self,
int name,
) {
return _py_emplacedict(
self,
name,
);
}