Method: RubyPython::Macros.Py_RETURN_NONE

Defined in:
lib/rubypython/macros.rb

.Py_RETURN_NONEObject



52
53
54
55
# File 'lib/rubypython/macros.rb', line 52

def self.Py_RETURN_NONE
  RubyPython::Python.Py_IncRef(self.Py_None)
  self.Py_None
end