Exemplo n.º 1
0
 def data_handler(self):
     return getDataHandler(
         self.parsed_command['kwargs'], self.parent_entity
     ) if self.parent_entity is not None else None
Exemplo n.º 2
0
 def reset_data(self):
     self.df = self.parent_entity
     self.dfh = getDataHandler(None, self.df)
Exemplo n.º 3
0
 def data_handler(self):
     return getDataHandler(
         self.parsed_command['kwargs'], self.parent_entity
     ) if self.parent_entity is not None else None