Searched refs:__credits__ (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Lib/test/ |
H A D | pydoc_mod.py | 9 __credits__ = "Nobody" variable
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 29 __credits__ = \ 30 'GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro' global() variable
|
/third_party/python/Lib/ |
H A D | tokenize.py | 24 __credits__ = ('GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, ' variable
|
H A D | pydoc.py | 44 __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 D | tarfile.py | 34 __credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." variable
|
Completed in 10 milliseconds