Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py152 for basename in self.metadata._METHOD_BASENAMES:
1016 _METHOD_BASENAMES = ("name", "version", "author", "author_email", variable in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py160 for basename in self.metadata._METHOD_BASENAMES:
1028 _METHOD_BASENAMES = ("name", "version", "author", "author_email", variable in DistributionMetadata