Home
last modified time | relevance | path

Searched refs:markers_pass (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/pkg_resources/tests/
Dtest_resources.py216 assert req_extras.markers_pass(req)
221 assert req_extras.markers_pass(req)
/external/python/setuptools/pkg_resources/
D__init__.py754 if not req_extras.markers_pass(req, extras):
936 def markers_pass(self, req, extras=None): member in _ReqExtras