Package pyscript :: Module defaults :: Class defaults
[show private | hide private]
[frames | no frames]

Class defaults


A class to hold default settings
Class Variable Summary
NoneType dash = None                                                                  
str dvips_options = '-Ppdf'
int linecap = 1                                                                     
int linejoin = 0                                                                     
float linewidth = 0.5                                                                   
int miterlimit = 10                                                                    
str tex_command = 'latex -interaction=batchmode %s'
str tex_head = '\\documentclass{article}\n    \\pagestyle{em...
str tex_tail = '\\end{document}'
float units = 28.346                                                                

Class Variable Details

dash

Type:
NoneType
Value:
None                                                                  

dvips_options

Type:
str
Value:
'-Ppdf'                                                                

linecap

Type:
int
Value:
1                                                                     

linejoin

Type:
int
Value:
0                                                                     

linewidth

Type:
float
Value:
0.5                                                                   

miterlimit

Type:
int
Value:
10                                                                    

tex_command

Type:
str
Value:
'latex -interaction=batchmode %s'                                      

tex_head

Type:
str
Value:
'''\\documentclass{article}
    \\pagestyle{empty}
    \\begin{document}
    '''                                                                

tex_tail

Type:
str
Value:
'\\end{document}'                                                      

units

Type:
float
Value:
28.346                                                                

Generated by Epydoc 2.0 on Mon Apr 24 17:02:34 2006 http://epydoc.sf.net