Skip to content
Snippets Groups Projects

Adding new methods and the consensual backbone

Merged Ali Yassin requested to merge dev into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -14,7 +14,7 @@ class Backbone:
self.method_name = method_name
self.property_name = property_name
self.ascending = ascending
self.compatible_filters = compatible_filters
self.filters = compatible_filters
self.filter_on = filter_on
def to_dataframe(self):
@@ -59,4 +59,4 @@ class Backbone:
print("Citation here")
def compatible_filters(self):
return self.compatible_filters
return self.filters
Loading