module documentation

f2py2e - Fortran to Python C/API generator. 2nd Edition.
See __usage__ below.

Copyright 1999--2011 Pearu Peterson all rights reserved, Pearu Peterson <pearu@cens.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: 2005/05/06 08:31:19 $ Pearu Peterson

Variable __usage__ Undocumented
Function buildmodules Undocumented
Function callcrackfortran Undocumented
Function dict​_append Undocumented
Function filter​_files Filter files by prefix and suffix.
Function get​_prefix Undocumented
Function main Undocumented
Function run​_compile Do it all in one call!
Function run​_main Equivalent to running:
Function scaninputline Undocumented
__usage__ =

Undocumented

def buildmodules(lst):

Undocumented

def callcrackfortran(files, options):

Undocumented

def dict_append(d_out, d_in):

Undocumented

def filter_files(prefix, suffix, files, remove_prefix=None):
Filter files by prefix and suffix.
def get_prefix(module):

Undocumented

def main():

Undocumented

def run_compile():
Do it all in one call!
def run_main(comline_list):

Equivalent to running:

f2py <args>

where <args>=string.join(<list>,' '), but in Python. Unless -h is used, this function returns a dictionary containing information on generated modules and their dependencies on source files. For example, the command f2py -m scalar scalar.f can be executed from Python as follows

You cannot build extension modules with this function, that is, using -c is not allowed. Use compile command instead

Examples

def scaninputline(inputline):

Undocumented