py_None method

py_GlobalRef py_None()

A shorthand for None.

Implementation

py_GlobalRef py_None() {
  return _py_None();
}