Examples
API
References
Creates a clone of this Module, with optionally updated arguments.
parent (Union[Scope, Module, None]) – The parent of the clone. The clone will have no parent if no explicit parent is specified.
Union
Scope
Module
None
**updates – Attribute updates.
A clone of the this Module with the updated attributes and parent.