py_True method

py_GlobalRef py_True()

A shorthand for True.

Implementation

py_GlobalRef py_True() {
  return _py_True();
}