On Sat, Mar 13, 2010 at 04:22:09PM -0800, Robert Bradshaw wrote:
> There's also the question of naming--sig_on probably isn't the
> clearest name.

no_signals? signals_disabled? This would give something like:

        with no_signals:
            ...

        with signals_disabled:
            ...


The corresponding decorator could be called with_...:

        @with_no_signals
        def ...

or

        @with_signals_disabled
        def ...

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to