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