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

Pipeline #5509736 passed

Pipeline passed for fa5f8f4d on fwinkl:fwinkl_20230501T180345

Approval is optional

Merged by Julien MaurerJulien Maurer 1 year ago (May 2, 2023 1:00pm UTC)

Merge details

  • Changes merged into 23.0 with 7e4d100f.
  • Deleted the source branch.

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