Home
last modified time | relevance | path

Searched refs:__credits__ (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dpydoc_mod.py9 __credits__ = "Nobody" variable
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py29 __credits__ = \
30 'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro' global() variable
/third_party/python/Lib/
H A Dtokenize.py24 __credits__ = ('GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, ' variable
H A Dpydoc.py44 __credits__ = """Guido van Rossum, for an excellent programming language.
280 if name in {'__author__', '__builtins__', '__cached__', '__credits__',
852 if hasattr(object, '__credits__'):
853 contents = self.markup(str(object.__credits__), self.preformat)
1293 if hasattr(object, '__credits__'):
1294 result = result + self.section('CREDITS', str(object.__credits__))
H A Dtarfile.py34 __credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." variable

Completed in 10 milliseconds