Skip to content
Snippets Groups Projects

AccumulatorCache: support instance methods

Merged Frank Winklmeier requested to merge fwinkl/athena:fwinkl_20230501T180345 into 23.0

Make the AccumulatorCache also work with instance methods, e.g.:

class Foo:
  @AccumulatorCache
  def bar(self):
    return 42

Previously this would fail because the self got lost.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading