py_False method

py_GlobalRef py_False()

A shorthand for False.

Implementation

py_GlobalRef py_False() {
  return _py_False();
}