numpy.f2py.use_rules (version 1.3 ) | index /usr/lib/python2.6/dist-packages/numpy/f2py/use_rules.py |
Build 'use others module data' mechanism for f2py2e.
Unfinished.
Copyright 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 License.
NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
$Date: 2000/09/10 12:35:43 $
Pearu Peterson
Modules | ||||||
|
Functions | ||
|
Data | ||
__file__ = '/usr/lib/python2.6/dist-packages/numpy/f2py/use_rules.pyc' __name__ = 'numpy.f2py.use_rules' __package__ = 'numpy.f2py' __version__ = ' 1.3 ' debugoptions = [] f2py_version = '2' isintent_dict = {<function isoptional at 0x4f47b18>: 'OPTIONAL', <function isintent_in at 0x4f47c80>: 'INTENT_IN', <function isintent_inout at 0x4f47cf8>: 'INTENT_INOUT', <function isintent_out at 0x4f47d70>: 'INTENT_OUT', <function isintent_hide at 0x4f47de8>: 'INTENT_HIDE', <function isintent_c at 0x4f47ed8>: 'INTENT_C', <function isintent_cache at 0x4f47f50>: 'INTENT_CACHE', <function isintent_inplace at 0x4f481b8>: 'INTENT_INPLACE'} options = {} usemodule_rules = {'body': '\n#begintitle#\nstatic char doc_#apiname#[] = "\\\nV...rn Py_BuildValue("");\ncapi_fail:\n\treturn NULL;\n}\n', 'method': '\t{"get_#name#",#apiname#,METH_VARARGS|METH_KEYWORDS,doc_#apiname#},', 'need': ['F_MODFUNC']} wrapfuncs = 1 |