lua_interface#
- confs.lua_interface.write_lua(lua_dict, lua_path)[source]#
DESCRIPTION:
This function builds the LUA-formatted file path.
- Parameters:
- lua_dict:
Dict A Python dictionary containing the LUA attributes for the respective module.
- lua_path:
str A Python string specifying the LUA-formatted file path.
- lua_dict:
- Return type:
None