Class: RubyPythonBridge::RubyPyClass

Inherits:
RubyPyObject show all
Defined in:
lib/rubypython/wrapper_extensions.rb,
ext/rubypython_bridge/rp_class.c

Overview

A wrapper class for Python classes.

This allows objects which cannot easily be converted to native Ruby types to still be accessible from within ruby. Most users need not concern themselves with anything about this class except its existence.

Method Summary

Methods inherited from RubyPyObject

#__name, #free_pobj, #inspect, #respond_to?