Auxiliary functions for f2py2e. Copyright 1999,2000 Pearu Peterson all rights reserved, Pearu Peterson <pearu@ioc.ee> Permission to use, modify, and distribute this software is given under the terms of the NumPy (BSD style) LICENSE. NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. $Date: 2005/07/24 19:01:55 $ Pearu Peterson
debugoptions = [ ]
errmess = sys.stderr.write
f2py_version = __version__.version
isintent_dict = { Name('isintent_in') : Const('INTENT_IN'), Name('isintent_inout') : Const('INTENT_INOUT'), Name('isintent_out') : Const('INTENT_OUT'), Name('isintent_hide') : Const('INTENT_HIDE'), Name('isintent_cache') : Const('INTENT_CACHE'), Name('isintent_c') : Const('INTENT_C'), Name('isoptional') : Const('OPTIONAL'), Name('isintent_inplace') : Const('INTENT_INPLACE') }
options = { }
outmess=sys.stdout.write
show = pprint.pprint
wrapfuncs = 1
| Local name | Refers to |
|---|---|
| cfuncs | numpy.f2py.cfuncs |
| os | os |
| pprint | pprint |
| string | string |
| sys | sys |
| time | time |
| types | types |
| __version__ | numpy.f2py.__version__ |