Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Functions | Variables
direct.ffi.DoGenPyCode Namespace Reference

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 = []
 

Detailed Description

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. 

Function Documentation

def direct.ffi.DoGenPyCode.doErrorCheck ( )
def direct.ffi.DoGenPyCode.doGetopts ( )
def direct.ffi.DoGenPyCode.generateNativeWrappers ( )
def direct.ffi.DoGenPyCode.run ( )

Variable Documentation

list codeLibs = []
deleteSourceAfterSqueeze = True
string directDir = ''
doHTML = False
doSqueeze = True
list etcPath = []
string extensionsDir = ''
string helpString
string HTMLFooter
Initial value:
1 = """
2 </body>
3 </html>
4 """
string HTMLHeader
Initial value:
1 = """
2 <html>
3 <head>
4 <title>Panda3D documentation generated %s</title>
5 </head>
6 <body>
7 """
string interrogateLib = ''
native = False
string outputCodeDir = ''
string outputHTMLDir = ''
list pythonSourcePath = []