示例#1
0
 def call_financial(self, other_args: List[str]):
     """Process financial command"""
     finviz_compare_view.screener(other_args, "financial", self.ticker,
                                  self.similar)
示例#2
0
 def call_valuation(self, other_args: List[str]):
     """Process valuation command"""
     finviz_compare_view.screener(other_args, "valuation", self.ticker,
                                  self.similar)
示例#3
0
 def call_performance(self, other_args: List[str]):
     """Process performance command"""
     finviz_compare_view.screener(other_args, "performance", self.ticker,
                                  self.similar)
示例#4
0
 def call_overview(self, other_args: List[str]):
     """Process overview command"""
     finviz_compare_view.screener(other_args, "overview", self.ticker,
                                  self.similar)
示例#5
0
 def call_ownership(self, other_args: List[str]):
     """Process ownership command"""
     finviz_compare_view.screener(other_args, "ownership", self.ticker,
                                  self.similar)