: '''[info object] methods''' ''object'' ?''option...''? Returns a list of public (i.e., exported) methods [oo::objdefine%|%defined] on the named [TclOO] ''[oo::object%|%object]''. The exact results can be modified via the ''options''; these are: : '''-all''' — causes the methods defined by the class(es) of the object to be also returned. : '''-private''' — causes the private (i.e., non-exported, callable via [my] only) methods to also be returned. Using both '''-all''' and '''-private''' causes all methods on the object, however defined, to be returned. <>Command