Lines Matching refs:_read_field
1053 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')
1083 self.description = _read_field('summary')
1086 self.keywords = _read_field('keywords').split(',')