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

Lines Matching refs:__credits__

41 __credits__ = """Guido van Rossum, for an excellent programming language.
700 if hasattr(object, '__credits__'):
701 contents = self.markup(str(object.__credits__), self.preformat)
1127 if hasattr(object, '__credits__'):
1128 result = result + self.section('CREDITS', str(object.__credits__))