Home
last modified time | relevance | path

Searched refs:is_py_src (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
Deditor.py276 is_py_src = self.ispythonsource(filename)
277 self.set_indentation_params(is_py_src)
1265 def set_indentation_params(self, is_py_src, guess=True): argument
1266 if is_py_src and guess: