Jan. 31, 2006
7:50 p.m.
Paul Ray wrote:
Assuming you use None for unset optional arguments, how do you do the test?
if myvect is not None: <do something> ?
This is *the* canonical, Pythonic approach. -- Robert Kern robert.kern@gmail.com "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter