Class: RubyPython::RubyPyModule

Inherits:
RubyPyProxy show all
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

#pObject

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

hide

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