Panda3D
Functions | Variables
direct.ffi.DoGenPyCode Namespace Reference

Functions

def doErrorCheck ()
 
def doGetopts ()
 
def generateNativeWrappers ()
 
def run ()
 

Variables

list codeLibs = []
 
bool deleteSourceAfterSqueeze = True
 
string directDir = ''
 
bool doHTML = False
 
bool doSqueeze = True
 
list etcPath = []
 
string extensionsDir = ''
 
string helpString
 
string HTMLFooter
 
string HTMLHeader
 
string interrogateLib = ''
 
bool 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

◆ doErrorCheck()

def direct.ffi.DoGenPyCode.doErrorCheck ( )

◆ doGetopts()

def direct.ffi.DoGenPyCode.doGetopts ( )

◆ generateNativeWrappers()

def direct.ffi.DoGenPyCode.generateNativeWrappers ( )

◆ run()

def direct.ffi.DoGenPyCode.run ( )

Variable Documentation

◆ codeLibs

list codeLibs = []

◆ deleteSourceAfterSqueeze

bool deleteSourceAfterSqueeze = True

◆ directDir

string directDir = ''

◆ doHTML

bool doHTML = False

◆ doSqueeze

bool doSqueeze = True

◆ etcPath

list etcPath = []

◆ extensionsDir

string extensionsDir = ''

◆ helpString

string helpString

◆ HTMLFooter

string HTMLFooter
Initial value:
1 = """
2 </body>
3 </html>
4 """

◆ HTMLHeader

string HTMLHeader
Initial value:
1 = """
2 <html>
3 <head>
4 <title>Panda3D documentation generated %s</title>
5 </head>
6 <body>
7 """

◆ interrogateLib

string interrogateLib = ''

◆ native

bool native = False

◆ outputCodeDir

string outputCodeDir = ''

◆ outputHTMLDir

string outputHTMLDir = ''

◆ pythonSourcePath

list pythonSourcePath = []