示例#1
0
 def __init__(self):
     BaseCsvExport.__init__(self, Person)
     self.file_name = "people_export"
示例#2
0
    def __init__(self):
        BaseCsvExport.__init__(self, Task)

        self.file_name = "tasks_export"
示例#3
0
 def __init__(self):
     BaseCsvExport.__init__(self)
示例#4
0
    def __init__(self):
        BaseCsvExport.__init__(self, TaskType)

        self.name = "task_types_export"
示例#5
0
 def __init__(self):
     BaseCsvExport.__init__(self, Project)
示例#6
0
 def __init__(self):
     BaseCsvExport.__init__(self, TaskType)