home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2086 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  3.8 KB  |  90 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. from namespaces import CHARTNS
  5. from element import Element
  6.  
  7. def Axis(**args):
  8.     return Element(qname = (CHARTNS, 'axis'), **args)
  9.  
  10.  
  11. def Categories(**args):
  12.     return Element(qname = (CHARTNS, 'categories'), **args)
  13.  
  14.  
  15. def Chart(**args):
  16.     return Element(qname = (CHARTNS, 'chart'), **args)
  17.  
  18.  
  19. def DataPoint(**args):
  20.     return Element(qname = (CHARTNS, 'data-point'), **args)
  21.  
  22.  
  23. def Domain(**args):
  24.     return Element(qname = (CHARTNS, 'domain'), **args)
  25.  
  26.  
  27. def ErrorIndicator(**args):
  28.     return Element(qname = (CHARTNS, 'error-indicator'), **args)
  29.  
  30.  
  31. def Floor(**args):
  32.     return Element(qname = (CHARTNS, 'floor'), **args)
  33.  
  34.  
  35. def Footer(**args):
  36.     return Element(qname = (CHARTNS, 'footer'), **args)
  37.  
  38.  
  39. def Grid(**args):
  40.     return Element(qname = (CHARTNS, 'grid'), **args)
  41.  
  42.  
  43. def Legend(**args):
  44.     return Element(qname = (CHARTNS, 'legend'), **args)
  45.  
  46.  
  47. def MeanValue(**args):
  48.     return Element(qname = (CHARTNS, 'mean-value'), **args)
  49.  
  50.  
  51. def PlotArea(**args):
  52.     return Element(qname = (CHARTNS, 'plot-area'), **args)
  53.  
  54.  
  55. def RegressionCurve(**args):
  56.     return Element(qname = (CHARTNS, 'regression-curve'), **args)
  57.  
  58.  
  59. def Series(**args):
  60.     return Element(qname = (CHARTNS, 'series'), **args)
  61.  
  62.  
  63. def StockGainMarker(**args):
  64.     return Element(qname = (CHARTNS, 'stock-gain-marker'), **args)
  65.  
  66.  
  67. def StockLossMarker(**args):
  68.     return Element(qname = (CHARTNS, 'stock-loss-marker'), **args)
  69.  
  70.  
  71. def StockRangeLine(**args):
  72.     return Element(qname = (CHARTNS, 'stock-range-line'), **args)
  73.  
  74.  
  75. def Subtitle(**args):
  76.     return Element(qname = (CHARTNS, 'subtitle'), **args)
  77.  
  78.  
  79. def SymbolImage(**args):
  80.     return Element(qname = (CHARTNS, 'symbol-image'), **args)
  81.  
  82.  
  83. def Title(**args):
  84.     return Element(qname = (CHARTNS, 'title'), **args)
  85.  
  86.  
  87. def Wall(**args):
  88.     return Element(qname = (CHARTNS, 'wall'), **args)
  89.  
  90.