Class: RubyPython::RubyPyInstance
- Inherits:
-
RubyPyProxy
- Object
- BlankSlate
- BlankObject
- RubyPyProxy
- RubyPython::RubyPyInstance
- Defined in:
- lib/rubypython/rubypyproxy.rb
Overview
An object representing an instance of a Python class. It behaves exactly the same as RubyPyProxy. It is just here for Bookkeeping and aesthetics.
Instance Attribute Summary
Attributes inherited from RubyPyProxy
Method Summary
Methods inherited from RubyPyProxy
#initialize, #inspect, #is_real_method?, #method_missing, #methods, #respond_to?, #rubify, #to_a, #to_enum, #to_s
Methods included from Operators
#<=>, #[], #[]=, bin_op, #include?, operator_, python_interpreter_update, rel_op, unary_op
Methods inherited from BlankObject
Constructor Details
This class inherits a constructor from RubyPython::RubyPyProxy
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class RubyPython::RubyPyProxy