module PyBind::Types

Attributes

pytypes[R]

Public Class Methods

register_type(pytype) click to toggle source
# File lib/pybind/types.rb, line 8
def self.register_type(pytype)
  @pytypes.unshift(pytype)
end