module PyBind::PyClassWrapper

Public Class Methods

included(mod) click to toggle source
# File lib/pybind/wrapper.rb, line 41
def self.included(mod)
  mod.extend(PyObjectClassMethods)
  Types.register_type(mod)
end