.. include:: ../global.rst vtables ^^^^^^^ vtables associate a method name with a type-specific implementation. .. _`dump-vtable`: .. idio:function:: dump-vtable o dump the vtable of `o` :param o: object to query :return: ``#`` .. _`vtable-add-method`: .. idio:function:: vtable-add-method o name func add `func` as the `name` method to `o` :param o: object to update :param name: method name :type name: symbol :param func: method function :type func: function :return: ``#`` .. include:: ../commit.rst