navigate.tools.common_functions

Functions

build_ref_name(separator, *args)

this function will build a reference name

combine_funcs(*funclist)

this function will combine a list of functions to a new function

copy_proxy_object(content)

This function will serialize proxy dict and list

load_module_from_file(module_name, file_path)

This function will load python file from file path as a module

Classes

VariableWithLock(VariableType)