module documentation

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

Class throw_error Undocumented
Exception F2PYError Undocumented
Function applyrules Undocumented
Function containscommon Undocumented
Function containsmodule Undocumented
Function debugcapi Undocumented
Function dictappend Undocumented
Function flatlist Undocumented
Function gentitle Undocumented
Function get_kind Undocumented
Function getargs Undocumented
Function getargs2 Undocumented
Function getcallprotoargument Undocumented
Function getcallstatement Undocumented
Function getfortranname Undocumented
Function getmultilineblock Undocumented
Function getpymethoddef Undocumented
Function getrestdoc Undocumented
Function getusercode Undocumented
Function getusercode1 Undocumented
Function hasassumedshape Undocumented
Function hasbody Undocumented
Function hascallstatement Undocumented
Function hascommon Undocumented
Function hasexternals Undocumented
Function hasinitvalue Undocumented
Function hasinitvalueasstring Undocumented
Function hasnote Undocumented
Function hasresultnote Undocumented
Function hasvariables Undocumented
Function isallocatable Undocumented
Function isarray Undocumented
Function isarrayofstrings Undocumented
Function isattr_value Undocumented
Function ischaracter Undocumented
Function ischaracter_or_characterarray Undocumented
Function ischaracterarray Undocumented
Function iscomplex Undocumented
Function iscomplexarray Undocumented
Function iscomplexfunction Undocumented
Function iscomplexfunction_warn Undocumented
Function isdouble Undocumented
Function isdummyroutine Undocumented
Function isexternal Undocumented
Function isfalse Undocumented
Function isfunction Undocumented
Function isfunction_wrap Undocumented
Function isint1 Undocumented
Function isint1array Undocumented
Function isinteger Undocumented
Function isintent_aligned16 Undocumented
Function isintent_aligned4 Undocumented
Function isintent_aligned8 Undocumented
Function isintent_aux Undocumented
Function isintent_c Undocumented
Function isintent_cache Undocumented
Function isintent_callback Undocumented
Function isintent_copy Undocumented
Function isintent_hide Undocumented
Function isintent_in Undocumented
Function isintent_inout Undocumented
Function isintent_inplace Undocumented
Function isintent_nothide Undocumented
Function isintent_out Undocumented
Function isintent_overwrite Undocumented
Function islogical Undocumented
Function islogicalfunction Undocumented
Function islong_complex Undocumented
Function islong_double Undocumented
Function islong_doublefunction Undocumented
Function islong_long Undocumented
Function islong_longfunction Undocumented
Function ismodule Undocumented
Function ismoduleroutine Undocumented
Function ismutable Undocumented
Function isoptional Undocumented
Function isprivate Undocumented
Function isreal Undocumented
Function isrequired Undocumented
Function isroutine Undocumented
Function isscalar Undocumented
Function issigned_array Undocumented
Function issigned_chararray Undocumented
Function issigned_long_longarray Undocumented
Function issigned_shortarray Undocumented
Function isstring Undocumented
Function isstring_or_stringarray Undocumented
Function isstringarray Undocumented
Function isstringfunction Undocumented
Function issubroutine Undocumented
Function issubroutine_wrap Undocumented
Function isthreadsafe Undocumented
Function istrue Undocumented
Function isunsigned Undocumented
Function isunsigned_char Undocumented
Function isunsigned_chararray Undocumented
Function isunsigned_long_long Undocumented
Function isunsigned_long_longarray Undocumented
Function isunsigned_short Undocumented
Function isunsigned_shortarray Undocumented
Function isunsignedarray Undocumented
Function l_and Undocumented
Function l_not Undocumented
Function l_or Undocumented
Function outmess Undocumented
Function replace Undocumented
Function requiresf90wrapper Undocumented
Function stripcomma Undocumented
Variable debugoptions Undocumented
Variable isintent_dict Undocumented
Variable options Undocumented
Variable wrapfuncs Undocumented
Function _ischaracter Undocumented
Function _isstring Undocumented
def applyrules(rules, d, var={}): (source)

Undocumented

def containscommon(rout): (source)

Undocumented

def containsmodule(block): (source)

Undocumented

def debugcapi(var): (source)

Undocumented

def dictappend(rd, ar): (source)

Undocumented

def flatlist(lst): (source)

Undocumented

def gentitle(name): (source)

Undocumented

def get_kind(var): (source)

Undocumented

def getargs(rout): (source)

Undocumented

def getargs2(rout): (source)

Undocumented

def getcallprotoargument(rout, cb_map={}): (source)

Undocumented

def getcallstatement(rout): (source)

Undocumented

def getfortranname(rout): (source)

Undocumented

def getmultilineblock(rout, blockname, comment=1, counter=0): (source)

Undocumented

def getpymethoddef(rout): (source)

Undocumented

def getrestdoc(rout): (source)

Undocumented

def getusercode(rout): (source)

Undocumented

def getusercode1(rout): (source)

Undocumented

def hasassumedshape(rout): (source)

Undocumented

def hasbody(rout): (source)

Undocumented

def hascallstatement(rout): (source)

Undocumented

def hascommon(rout): (source)

Undocumented

def hasexternals(rout): (source)

Undocumented

def hasinitvalue(var): (source)

Undocumented

def hasinitvalueasstring(var): (source)

Undocumented

def hasnote(var): (source)

Undocumented

def hasresultnote(rout): (source)

Undocumented

def hasvariables(rout): (source)

Undocumented

def isallocatable(var): (source)

Undocumented

def isarray(var): (source)

Undocumented

def isarrayofstrings(var): (source)

Undocumented

def isattr_value(var): (source)

Undocumented

def ischaracter(var): (source)

Undocumented

def ischaracter_or_characterarray(var): (source)

Undocumented

def ischaracterarray(var): (source)

Undocumented

def iscomplex(var): (source)

Undocumented

def iscomplexarray(var): (source)

Undocumented

def iscomplexfunction(rout): (source)

Undocumented

def iscomplexfunction_warn(rout): (source)

Undocumented

def isdouble(var): (source)

Undocumented

def isdummyroutine(rout): (source)

Undocumented

def isexternal(var): (source)

Undocumented

def isfalse(var): (source)

Undocumented

def isfunction(rout): (source)

Undocumented

def isfunction_wrap(rout): (source)

Undocumented

def isint1(var): (source)

Undocumented

def isint1array(var): (source)

Undocumented

def isinteger(var): (source)

Undocumented

def isintent_aligned16(var): (source)

Undocumented

def isintent_aligned4(var): (source)

Undocumented

def isintent_aligned8(var): (source)

Undocumented

def isintent_aux(var): (source)

Undocumented

def isintent_c(var): (source)

Undocumented

def isintent_cache(var): (source)

Undocumented

def isintent_callback(var): (source)

Undocumented

def isintent_copy(var): (source)

Undocumented

def isintent_hide(var): (source)

Undocumented

def isintent_in(var): (source)

Undocumented

def isintent_inout(var): (source)

Undocumented

def isintent_inplace(var): (source)

Undocumented

def isintent_nothide(var): (source)

Undocumented

def isintent_out(var): (source)

Undocumented

def isintent_overwrite(var): (source)

Undocumented

def islogical(var): (source)

Undocumented

def islogicalfunction(rout): (source)

Undocumented

def islong_complex(var): (source)

Undocumented

def islong_double(var): (source)

Undocumented

def islong_doublefunction(rout): (source)

Undocumented

def islong_long(var): (source)

Undocumented

def islong_longfunction(rout): (source)

Undocumented

def ismodule(rout): (source)

Undocumented

def ismoduleroutine(rout): (source)

Undocumented

def ismutable(var): (source)

Undocumented

def isoptional(var): (source)

Undocumented

def isprivate(var): (source)

Undocumented

def isreal(var): (source)

Undocumented

def isrequired(var): (source)

Undocumented

def isroutine(rout): (source)

Undocumented

def isscalar(var): (source)

Undocumented

def issigned_array(var): (source)

Undocumented

def issigned_chararray(var): (source)

Undocumented

def issigned_long_longarray(var): (source)

Undocumented

def issigned_shortarray(var): (source)

Undocumented

def isstring(var): (source)

Undocumented

def isstring_or_stringarray(var): (source)

Undocumented

def isstringarray(var): (source)

Undocumented

def isstringfunction(rout): (source)

Undocumented

def issubroutine(rout): (source)

Undocumented

def issubroutine_wrap(rout): (source)

Undocumented

def isthreadsafe(rout): (source)

Undocumented

def istrue(var): (source)

Undocumented

def isunsigned(var): (source)

Undocumented

def isunsigned_char(var): (source)

Undocumented

def isunsigned_chararray(var): (source)

Undocumented

def isunsigned_long_long(var): (source)

Undocumented

def isunsigned_long_longarray(var): (source)

Undocumented

def isunsigned_short(var): (source)

Undocumented

def isunsigned_shortarray(var): (source)

Undocumented

def isunsignedarray(var): (source)

Undocumented

def l_and(*f): (source)

Undocumented

def l_not(f): (source)

Undocumented

def l_or(*f): (source)

Undocumented

def outmess(t): (source)

Undocumented

def replace(str, d, defaultsep=''): (source)

Undocumented

def requiresf90wrapper(rout): (source)

Undocumented

def stripcomma(s): (source)

Undocumented

debugoptions: list = (source)

Undocumented

isintent_dict = (source)

Undocumented

Undocumented

wrapfuncs: int = (source)

Undocumented

def _ischaracter(var): (source)

Undocumented

def _isstring(var): (source)

Undocumented