diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-15 10:08:02 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-05-15 10:08:02 (GMT) |
commit | 11bd2610c43ddd48a8bbf6b2e594df74b4f2ac4c (patch) | |
tree | 5741aec073dba6d5081e376f592ba0c4e5c5bc5f /doc/info.n | |
parent | c17a6f4f80e5bb7dcdf8e5c1740443906d6ae89a (diff) | |
download | tcl-11bd2610c43ddd48a8bbf6b2e594df74b4f2ac4c.zip tcl-11bd2610c43ddd48a8bbf6b2e594df74b4f2ac4c.tar.gz tcl-11bd2610c43ddd48a8bbf6b2e594df74b4f2ac4c.tar.bz2 |
Added more introspection: ability to look up namespace of an object.
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,7 +8,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: info.n,v 1.32 2008/10/19 16:27:58 dkf Exp $ +'\" RCS: @(#) $Id: info.n,v 1.33 2009/05/15 10:08:02 dkf Exp $ '\" .so man.macros .TH info n 8.4 Tcl "Tcl Built-In Commands" @@ -567,6 +567,12 @@ This subcommand returns a list of all classes that have been mixed into the object named \fIobject\fR. .VE 8.6 .TP +\fBinfo object namespace\fI object\fR +.VS 8.6 +This subcommand returns the name of the internal namespace of the object named +\fIobject\fR. +.VE 8.6 +.TP \fBinfo object variables\fI object\fR .VS 8.6 This subcommand returns a list of all variables that have been declared for |