Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Change transform/cleanup signatures to accept *args, **kwargs #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kotfic
Copy link
Contributor

@kotfic kotfic commented Feb 13, 2018

Currently transforms are expected to act solely on the state defined
in their __init__ function. While this provides a clean interface, it
may be too restrictive for some transforms (i.e. if a transform needs
access to the task object that is calling it). Changing these
signatures now hedges against making breaking changes to the API after
there are a lot of these out in the wild.

Currently transforms are expected to act solely on the state defined
in their __init__ function.  While this provides a clean interface, it
may be too restrictive for some transforms (i.e. if a transform needs
access to the task object that is calling it).  Changing these
signatures now hedges against making breaking changes to the API after
there are a lot of these out in the wild.
@kotfic kotfic requested a review from jbeezley February 13, 2018 14:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant