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