Method: RubyPython::PythonError.clear

Defined in:
lib/rubypython/pythonerror.rb

.clearObject

Resets the Python interpreter error flag



77
78
79
# File 'lib/rubypython/pythonerror.rb', line 77

def self.clear
  RubyPython::Python.PyErr_Clear
end