py_getbuiltin method

py_ItemRef py_getbuiltin(
  1. int name
)

Get variable in the builtins module.

Implementation

py_ItemRef py_getbuiltin(
  int name,
) {
  return _py_getbuiltin(
    name,
  );
}