Example #1
0
 def __init__(self):
     FileFinder.__init__(self)
Example #2
0
 def __init__(self, collection):
     FileFinder.__init__(self)
     self._collection = collection
Example #3
0
 def __init__(self, split_char=":", eol="\n"):
     self._split_char = split_char
     self._eol = eol
     FileFinder.__init__(self)
Example #4
0
 def __init__(self, aiml_parser):
     FileFinder.__init__(self)
     self._aiml_parser = aiml_parser
Example #5
0
 def __init__(self, split_char=":", eol="\n"):
     self._split_char = split_char
     self._eol = eol
     FileFinder.__init__(self)
Example #6
0
 def __init__(self):
     FileFinder.__init__(self)
     self.files = []
Example #7
0
 def __init__(self):
     FileFinder.__init__(self)
     self.files = []
Example #8
0
 def __init__(self):
     FileFinder.__init__(self)
Example #9
0
 def __init__(self, except_on_load=False):
     FileFinder.__init__(self)
     self.files = []
     self.except_on_load = except_on_load
Example #10
0
 def __init__(self, collection):
     FileFinder.__init__(self)
     self._collection = collection
Example #11
0
 def __init__(self, aiml_parser):
     FileFinder.__init__(self)
     self.aiml_parser = aiml_parser