コード例 #1
0
ファイル: semanal_pass3.py プロジェクト: yuzhoujr/spazzatura
 def make_type_analyzer(self, indicator: Dict[str, bool]) -> TypeAnalyserPass3:
     return TypeAnalyserPass3(self,
                              self.sem.plugin,
                              self.options,
                              self.is_typeshed_file,
                              indicator,
                              self.patches)
コード例 #2
0
 def make_type_analyzer(self, indicator: Dict[str,
                                              bool]) -> TypeAnalyserPass3:
     return TypeAnalyserPass3(self.sem.lookup_qualified,
                              self.sem.lookup_fully_qualified, self.fail,
                              self.sem.note, self.sem.plugin, self.options,
                              self.is_typeshed_file, indicator,
                              self.patches)