Closed
Description
Expected Behavior
We can define a function to trigger date and time rules in Python:
date_rule = FuncDateRule('Custom', self.CustomDateRule)
def CustomDateRule(self, start, end):
return []
Actual Behavior
Only supported in C#
Potential Solution
Add a PyOvject overload to uncDateRule and FuncTimeRule.
See:
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
master
branch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue