Class: RubyPython::RubyPyModule
- Inherits:
-
RubyPyProxy
- Object
- BlankSlate
- BlankObject
- RubyPyProxy
- RubyPython::RubyPyModule
- Defined in:
- lib/rubypython/rubypyproxy.rb
Overview
A class to wrap Python modules. 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