Example #1
0
 def _init_features(self):
     self.feature = Feature.create('Number of branches')
Example #2
0
 def _init_features(self):
     self.feature = Feature.create('Number of commits')
Example #3
0
 def _init_features(self):
     self.feature = Feature.create('Number of files')
Example #4
0
 def _init_features(self):
     self.feature = Feature.create('Number of watchers')
Example #5
0
 def _init_features(self):
     self.feature = Feature.create('Size of repo')
Example #6
0
 def _init_features(self):
     self.feature = Feature.create('Number of open issues')
Example #7
0
 def _init_features(self):
     self.feature = Feature.create('Is a fork')
Example #8
0
 def _init_features(self):
     self.features = [Feature.create('Language feature for WEB')]
Example #9
0
 def _init_features(self):
     self.features = [Feature.create("Description contains URL")]