Skip to content
  • Andreas Kusalananda Kähäri's avatar
    In BaseFeatureAdaptor: · 6caa4d9e
    Andreas Kusalananda Kähäri authored
      Add the methods _create_feature() and _create_feature_fast()
      that returns a feature created by calling new() and new_fast()
      respectively, of the given type and with the given argument hashes.
    
    In the various feature adaptors:
    
      Create features using the two new methods above instead of new() and
      new_fast().  This allows for hijacking feature creation in the feature
      collection "adaptor" later.
    6caa4d9e