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

Lines Matching full:__builtin__

647             # complicated check of __builtin__ is only necessary for
650 import __builtin__
653 getattr(__builtin__, self.type.__name__, None) is self.type) ):