Home | History | Annotate | Download | only in idlelib

Lines Matching refs:ispythonsource

329         self.set_indentation_params(self.ispythonsource(filename))
702 def ispythonsource(self, filename):
734 if self.ispythonsource(self.io.filename):
1178 # If ispythonsource and guess are true, guess a good value for
1184 def set_indentation_params(self, ispythonsource, guess=True):
1185 if guess and ispythonsource: