module documentation

Functions and visitors for transforming pytd.

Function RemoveMutableParameters Change all mutable parameters in a pytd AST to a non-mutable form.
def RemoveMutableParameters(ast): (source)

Change all mutable parameters in a pytd AST to a non-mutable form.