Home | History | Annotate | Download | only in python2.7

Lines Matching refs:fname

184     for fname in __future__.all_feature_names:
185 feature = globs.get(fname, None)
186 if feature is getattr(__future__, fname):