CustomFunctions#

class pyconverter.xml2py.custom_functions.CustomFunctions(path)#

Provides for creating customized functions.

Methods

Attributes

CustomFunctions.lib_import

Dictionary containing the needed libraries if any.

CustomFunctions.path

Path where the customized function files are located.

CustomFunctions.py_code

Dictionary containing the customized source code.

CustomFunctions.py_examples

Dictionary containing the Examples section if any.

CustomFunctions.py_names

List with all customized functions located in the folder.

CustomFunctions.py_returns

Dictionary containing the Returns section if any.