Method: RubyPython::Macros.Py_RETURN_FALSE

Defined in:
lib/rubypython/macros.rb

.Py_RETURN_FALSEObject



42
43
44
45
# File 'lib/rubypython/macros.rb', line 42

def self.Py_RETURN_FALSE
  RubyPython::Python.Py_IncRef(self.Py_False)
  self.Py_False
end