Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Ddist.py1053 def _read_field(name): function
1066 self.name = _read_field('name')
1067 self.version = _read_field('version')
1068 self.description = _read_field('summary')
1070 self.author = _read_field('author')
1072 self.author_email = _read_field('author-email')
1074 self.url = _read_field('home-page')
1075 self.license = _read_field('license')
1078 self.download_url = _read_field('download-url')
1082 self.long_description = _read_field('description')
[all …]
/external/python/cpython3/Lib/distutils/
Ddist.py1064 def _read_field(name): function
1077 self.name = _read_field('name')
1078 self.version = _read_field('version')
1079 self.description = _read_field('summary')
1081 self.author = _read_field('author')
1083 self.author_email = _read_field('author-email')
1085 self.url = _read_field('home-page')
1086 self.license = _read_field('license')
1089 self.download_url = _read_field('download-url')
1093 self.long_description = _read_field('description')
[all …]