예제 #1
0
 def create_uninitialized_feature(self):
   # In most cases I don't want tests to run the __init__
   # This creates an otherwise identical EMBLFeature object
   return EMBLFeature.__new__(EMBLFeature)