'''`[http://www.tcl.tk/man/tcl/TclCmd/self.htm%|%self]`''' ,a [Tcl Commands%|%built-in] [Tcl] command, in [TclOO] provides facilities for introspecting a method. ** Disambiguation ** [Self Programming Language%|%Self]: a programming language ** Synopsis ** : '''self''' ?''subcommand''? : '''[self call]''' : '''[self caller]''' : '''[self class]''' : '''[self filter]''' : '''[self method]''' : '''[self namespace]''' : '''[self next]''' : '''[self object]''' : '''[self target]''' ** Documentation ** [http://www.tcl.tk/man/tcl/TclCmd/self.htm%|%official reference]: ** Description ** Provides introspection about the currently executing [TclOO] method. If ''subcommand'' is omitted, returns the current name of the object, respecting any [rename]s of it, just as in '''[self object]'''. <> Tcl Commands | TclOO