Versions in this module Expand all Collapse all v1 v1.0.0 Oct 18, 2025 Changes in this version + func Walk(t python.Type, fn Handler) error + type Handler interface + Handle func(python.Type) error + type HandlerFunc func(python.Type) error + func (h HandlerFunc) Handle(t python.Type) error