Home
last modified time | relevance | path

Searched refs:__version__ (Results 1 – 25 of 74) sorted by relevance

123

/third_party/python/Lib/
Ddecimal.py5 from _decimal import __version__
10 from _pydecimal import __version__
/third_party/skia/third_party/externals/brotli/python/
Dbrotli.py12 __version__ = _brotli.__version__ variable
/third_party/python/Lib/wsgiref/
Dsimple_server.py19 __version__ = "0.2" variable
23 server_version = "WSGIServer/" + __version__
73 server_version = "WSGIServer/" + __version__
/third_party/benchmark/docs/
Dreleasing.md12 `__version__` variable in `bindings/python/google_benchmark/__init__.py`to the release
25 __version__ = "1.6.0" # <-- change this to the release version you are creating
/third_party/python/Tools/pynche/
DMain.py49 __version__ = '1.4.1' variable
150 app = PyncheWidget(__version__, s, master=master)
DPyncheWidget.py147 from Main import __version__
148 messagebox.showinfo('About Pynche ' + __version__,
156 email: bwarsaw@python.org''' % __version__)
/third_party/python/Lib/ctypes/
D__init__.py6 __version__ = "1.1.0" variable
11 from _ctypes import __version__ as _ctypes_version
17 if __version__ != _ctypes_version:
18 raise Exception("Version number mismatch", __version__, _ctypes_version)
/third_party/python/Lib/ctypes/macholib/
D__init__.py9 __version__ = '1.0' variable
/third_party/python/Tools/i18n/
Dmsgfmt.py36 __version__ = "1.2" variable
231 print("msgfmt.py", __version__)
Dpygettext.py169 __version__ = '1.5' variable
467 print(pot_header % {'time': timestamp, 'version': __version__,
588 print(_('pygettext.py (xgettext for Python) %s') % __version__)
/third_party/benchmark/tools/gbench/
D__init__.py6 __version__ = '.'.join(str(v) for v in __versioninfo__) + 'dev' variable
/third_party/protobuf/python/google/protobuf/
D__init__.py33 __version__ = '3.13.0' variable
/third_party/python/Lib/distutils/
D__init__.py14 __version__ = sys.version[:sys.version.index(' ')] variable
/third_party/python/Lib/test/
Dpydoc_mod.py5 __version__ = "1.2.3.4" variable
/third_party/cef/tools/yapf/yapf/
D__init__.py41 __version__ = '0.16.2' variable
127 print('yapf {}'.format(__version__))
/third_party/protobuf/python/
Dsetup.py45 global __version__
46 return __version__
/third_party/python/PCbuild/
Dfix_encoding.py14 __version__ = "1.0.0.0" variable
/third_party/python/PC/layout/support/
Dcatalog.py6 __version__ = "3.8" variable
Dconstants.py6 __version__ = "3.8" variable
/third_party/protobuf/python/docs/
Dconf.py58 release = google.protobuf.__version__
/third_party/node/tools/inspector_protocol/jinja2/
D__init__.py30 __version__ = '2.10' variable
/third_party/mbedtls/tests/scripts/
Dcheck-python-files.sh36 actual = package.__version__
/third_party/skia/third_party/externals/jinja2/
D__init__.py44 __version__ = "2.11.3" variable
/third_party/python/Tools/msi/
Dpurge.py8 __version__ = '1.0.0' variable
/third_party/jinja2/
D__init__.py37 __version__ = "3.1.2" variable

123