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