Subpackages
Submodules
- _local_python_function_ui - Simple user interface for viewing/editing code in a LocalPythonFunction
- _pkgutil - Utilities to support packages.
- callable_info
- decorator_tools - Helper functions for decorated functions
- edit_function_ui
- extension_function_info
- function_call - Class that holds information about how a function is to be called and provides methods for creating python code strings that will call the method with appropriate arguments
- function_call_tools - Methods using function calls.
- function_call_ui
- function_info - Tools for finding imported and locally defined functions.
- function_library
- function_search - Tool for searching for functions within a set of python modules.
- function_search_ui - Simple GUI code for function search
- function_variables - Classes to represent function input and output variables along with "bindings" (variable names or values) to them
- general_expression - Class that holds information about assignments from general expressions
- html_info_ui - HTML Window UI for displaying text, html and function doc-strings
- i_minimal_function_info - Define the IMinimalFunctionInfo interface for the minimum amount of information needed to represent an existing python function
- local_function_info
- parse_tools - Tools for parsing/unparsing python code to discover information about it.
- python_function_info - Class that represents a pure python function
- rest_html - Classes and functions for converting reST docstrings to HTML
- search_package - This module contains utility functions for finding the functions contained within package or module and its sub-packages or modules
- utils - Utility functions for functions