diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2018-05-06 14:20:29 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2018-05-06 14:20:29 (GMT) |
commit | 66525c95eedb95b9387daeb7f30df0cbb0476ab5 (patch) | |
tree | 381daa1cd2341cdf8ebd0008b083a1628f91b8e9 /doc/info.n | |
parent | 13bdb0305c528847cf3e006d30905860ca9ea1b1 (diff) | |
download | tcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.zip tcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.tar.gz tcl-66525c95eedb95b9387daeb7f30df0cbb0476ab5.tar.bz2 |
Documentation.
Diffstat (limited to 'doc/info.n')
-rw-r--r-- | doc/info.n | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -561,6 +561,18 @@ If \fIclassName\fR is unspecified, this subcommand returns class of the boolean value indicating whether the \fIobject\fR is of that class. .VE 8.6 .TP +\fBinfo object creationid\fI object\fR +.VS TIP500 +Returns the unique creation identifier for the \fIobject\fR object. This +creation identifier is unique to the object (within a Tcl interpreter) and +cannot be controlled at object creation time or altered afterwards. +.RS +.PP +\fIImplementation note:\fR the creation identifier is used to generate unique +identifiers associated with the object, especially for private variables. +.RE +.VE TIP500 +.TP \fBinfo object definition\fI object method\fR .VS 8.6 This subcommand returns a description of the definition of the method named |