py_bindmagic method
Bind a magic method to type.
Implementation
void py_bindmagic(
int type,
py_Name name,
py_CFunction f,
) {
return _py_bindmagic(
type,
name,
f,
);
}
Bind a magic method to type.
void py_bindmagic(
int type,
py_Name name,
py_CFunction f,
) {
return _py_bindmagic(
type,
name,
f,
);
}