assertions to validate function parameters
Carl Banks
pavlovevidence at gmail.com
Sat Jan 27 22:29:06 EST 2007
More information about the Python-list mailing list
Sat Jan 27 22:29:06 EST 2007
- Previous message (by thread): assertions to validate function parameters
- Next message (by thread): assertions to validate function parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 27, 6:51 pm, Steven D'Aprano <s... at REMOVE.THIS.cybersource.com.au> wrote: > On Sat, 27 Jan 2007 06:58:04 -0800, Carl Banks wrote: > >> I find that when I detect invalid parameters overtly, I spend less time > >> debugging. > > > If it helps go ahead an use them. The world won't end if you use an > > assertion in a less than ideal situation. And, after all, if someone > > doesn't like it they can shut them off. > > Is there any way to have finer control of assertions than just passing -O > to the Python interpreter? Suppose I want to switch them off for certain > modules but not others, am I out of luck? Please relax. The suggestion that one could shut them off was tongue in cheek. Carl Banks
- Previous message (by thread): assertions to validate function parameters
- Next message (by thread): assertions to validate function parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list