: '''[info object] namespace''' ''object'' Returns the name of the private [namespace] of the [TclOO] [object] called ''object''. The private namespace contains the object's variables and its [my] command. Deleting the namespace will destroy the object (though use of the ''destroy'' method is to be preferred, and even using [rename] to kill off the public access command is better…) If your build of TclOO lacks this subcommand, upgrade to at least TclOO 0.6.2. <>Command