Home
last modified time | relevance | path

Searched refs:__url__ (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/
Dsetup.py41 __version__ = __url__ = version_info = ""
46 long_description = readme.read().replace("http://coverage.readthedocs.org", __url__)
95 url=__url__,
/external/chromium-trace/catapult/third_party/coverage/coverage/
D__init__.py11 from coverage.version import __version__, __url__, version_info
Dversion.py33 __url__ = _make_url(*version_info) variable
Dxmlreport.py13 from coverage import __url__, __version__, files
70 " Generated by coverage.py: %s " % __url__
Dhtml.py95 '__url__': coverage.__url__,