numpy.lib.utils
index
/usr/lib/python2.6/dist-packages/numpy/lib/utils.py

 
Modules
       
os
re
sys
types

 
Classes
       
object
SafeEval

 
class SafeEval(object)
     Methods defined here:
default(self, node, **kw)
visit(self, node, **kw)
visitConst(self, node, **kw)
visitDict(self, node, **kw)
visitExpression(self, node, **kw)
visitList(self, node, **kw)
visitName(self, node, **kw)
visitTuple(self, node, **kw)
visitUnaryAdd(self, node, **kw)
visitUnarySub(self, node, **kw)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
_lookfor_generate_cache(module, import_modules, regenerate)
Generate docstring cache for given module.
 
Parameters
----------
module : str, None, module
    Module for which to generate docstring cache
import_modules : bool
    Whether to import sub-modules in packages.
    Will import only modules in __all__
regenerate: bool
    Re-generate the docstring cache
 
Returns
-------
cache : dict {obj_full_name: (docstring, kind, index), ...}
    Docstring cache for the module, either cached one (regenerate=False)
    or newly generated.
_makenamedict(module='numpy')
# Traverse all module directories underneath globals
# to see if something is defined
_set_function_name(func, name)
_split_line(name, arguments, width)
# combine name and arguments and split to multiple lines of
#  width characters.  End lines on a comma and begin argument list
#  indented with the rest of the arguments.

 
Data
        __all__ = ['issubclass_', 'get_numpy_include', 'issubsctype', 'issubdtype', 'deprecate', 'deprecate_with_doc', 'get_numarray_include', 'get_include', 'info', 'source', 'who', 'lookfor', 'byte_bounds', 'may_share_memory', 'safe_eval']
__file__ = '/usr/lib/python2.6/dist-packages/numpy/lib/utils.pyc'
__name__ = 'numpy.lib.utils'
__package__ = 'numpy.lib'
_dictlist = None
_function_signature_re = <_sre.SRE_Pattern object at 0x220ab30>
_lookfor_caches = {}
_namedict = None