ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Script_FormatCSV.CSV Class Reference
Collaboration diagram for Script_FormatCSV.CSV:
Collaboration graph
[legend]

Public Member Functions

def __init__
 
def write
 
def read
 

Public Attributes

 ListCSV
 
 format_in
 Read comment. More...
 
 format_out
 
 file
 

Static Public Attributes

list ListFormat = [ "CSV_Nyse", "CSV_Yahoo", "dCSV_Bourso", "MyCSV", "MydCSV" ]
 end class CSV More...
 
tuple Infile = open(sys.argv[1],'r')
 
list Format_in = sys.argv[2]
 

Detailed Description

Definition at line 28 of file Script_FormatCSV.py.

Constructor & Destructor Documentation

def Script_FormatCSV.CSV.__init__ (   self,
  format_in,
  format_out,
  file 
)

Definition at line 30 of file Script_FormatCSV.py.

Member Function Documentation

def Script_FormatCSV.CSV.read (   self)

Definition at line 57 of file Script_FormatCSV.py.

References Script_FormatCSV.CSV.format_in.

def Script_FormatCSV.CSV.write (   self)

Member Data Documentation

Script_FormatCSV.CSV.file

Definition at line 36 of file Script_FormatCSV.py.

Script_FormatCSV.CSV.format_in

Read comment.

end reading

strptime is a static method of the datetime class print "tabline[0] ", tabline[0]

strptime is a static method of the datetime class

want reverse of chronologic order

Definition at line 34 of file Script_FormatCSV.py.

Referenced by Script_FormatCSV.CSV.read().

list Script_FormatCSV.CSV.Format_in = sys.argv[2]
static

Definition at line 160 of file Script_FormatCSV.py.

Script_FormatCSV.CSV.format_out

Definition at line 35 of file Script_FormatCSV.py.

Referenced by Script_FormatCSV.CSV.write().

tuple Script_FormatCSV.CSV.Infile = open(sys.argv[1],'r')
static

Definition at line 159 of file Script_FormatCSV.py.

Script_FormatCSV.CSV.ListCSV

Definition at line 32 of file Script_FormatCSV.py.

Referenced by Script_FormatCSV.CSV.write().

list Script_FormatCSV.CSV.ListFormat = [ "CSV_Nyse", "CSV_Yahoo", "dCSV_Bourso", "MyCSV", "MydCSV" ]
static

end class CSV

main

Definition at line 156 of file Script_FormatCSV.py.


The documentation for this class was generated from the following file: