|
Panda3D
|
Functions | |
| def | doErrorCheck |
| def | doGetopts |
| def | generateNativeWrappers |
| def | run |
Variables | |
| list | codeLibs = [] |
| deleteSourceAfterSqueeze = True | |
| string | directDir = '' |
| doHTML = False | |
| doSqueeze = True | |
| list | etcPath = [] |
| string | extensionsDir = '' |
| string | helpString |
| string | HTMLFooter |
| string | HTMLHeader |
| string | interrogateLib = '' |
| native = False | |
| string | outputCodeDir = '' |
| string | outputHTMLDir = '' |
| list | pythonSourcePath = [] |
This module implements genPyCode, which is itself a generated script with a few default parameters filled in. This module allows the user to specify alternate parameters on the command line.
| def ffi.DoGenPyCode.doErrorCheck | ( | ) |
| def ffi.DoGenPyCode.doGetopts | ( | ) |
| def ffi.DoGenPyCode.generateNativeWrappers | ( | ) |
| def ffi.DoGenPyCode.run | ( | ) |
| list codeLibs = [] |
| deleteSourceAfterSqueeze = True |
| string directDir = '' |
| doHTML = False |
| doSqueeze = True |
| list etcPath = [] |
| string extensionsDir = '' |
| string helpString |
| string HTMLFooter |
00001 """ 00002 </body> 00003 </html> 00004 """
| string HTMLHeader |
00001 """ 00002 <html> 00003 <head> 00004 <title>Panda3D documentation generated %s</title> 00005 </head> 00006 <body> 00007 """
| string interrogateLib = '' |
| native = False |
| string outputCodeDir = '' |
| string outputHTMLDir = '' |
| list pythonSourcePath = [] |
1.7.3