Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
code_generator Namespace Reference

Functions

 GenerateCMakeParts (options)
 

Variables

str KODI_DIR = "../../../../../"
 
str DEVKIT_DIR = "xbmc/addons/kodi-dev-kit"
 
str disc
 
 parser = OptionParser(description=disc)
 
 action
 
 dest
 
 default
 
 help
 
 options
 
 args
 

Function Documentation

◆ GenerateCMakeParts()

code_generator.GenerateCMakeParts ( options)

Variable Documentation

◆ action

code_generator.action

◆ args

code_generator.args

◆ default

code_generator.default

◆ dest

code_generator.dest

◆ DEVKIT_DIR

str code_generator.DEVKIT_DIR = "xbmc/addons/kodi-dev-kit"

◆ disc

str code_generator.disc
Initial value:
1= """\
2This utility autogenerate the interface between Kodi and addon.
3It is currently still in the initial phase and will be expanded in the future.
4"""

◆ help

code_generator.help

◆ KODI_DIR

str code_generator.KODI_DIR = "../../../../../"

◆ options

code_generator.options

◆ parser

code_generator.parser = OptionParser(description=disc)