help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I find the list of commands for the interpreter?


From: Andreas Weber
Subject: Re: How do I find the list of commands for the interpreter?
Date: Sat, 22 Aug 2015 17:07:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

Am 22.08.2015 um 05:18 schrieb Thomas D. Dean:

>> __methods__
> 
> causes 4.1.0+ to exit.

This is true. See
http://hg.savannah.gnu.org/hgweb/octave/file/0fe7133da8ce/libinterp/octave-value/ov-class.cc#l2162

The philosophy for private (__foo__) functions is (as far as I remember)
that they don't do input validation and may segfailt if called
incorrectly (Without arg in the upper case).

-- Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]