Version 68 of SELF

Updated 2014-03-01 23:01:17 by pooryorick

self ,a built-in Tcl command, in TclOO provides facilities for introspecting a method.

Disambiguation

Self
a programming language

Synopsis

self ?subcommand?

Provides introspection about the currently executing TclOO method. If subcommand is omitted, returns the current name of the object (respecting any renames of it), just as in self object. See http://www.tcl.tk/man/tcl8.6/TclCmd/self.htm for details. Supported subcommands are:

self call
self caller
self class
self filter
self method
self namespace
self next
self object
self target