Panda3D
Functions | Variables

Package ffi.DoGenPyCode

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 ffi.DoGenPyCode.doErrorCheck ( )
def ffi.DoGenPyCode.doGetopts ( )
def ffi.DoGenPyCode.generateNativeWrappers ( )
def ffi.DoGenPyCode.run ( )

Variable Documentation

list codeLibs = []
string directDir = ''
doHTML = False
doSqueeze = True
list etcPath = []
string extensionsDir = ''
string helpString
string HTMLFooter
Initial value:
00001 """
00002 </body>
00003 </html>
00004 """
string HTMLHeader
Initial value:
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 = []
 All Classes Namespaces Functions Variables Properties