Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a public .copy() method that supports changing properties #209

Open
MetRonnie opened this issue Apr 5, 2022 · 0 comments
Open

Create a public .copy() method that supports changing properties #209

MetRonnie opened this issue Apr 5, 2022 · 0 comments
Milestone

Comments

@MetRonnie
Copy link
Contributor

MetRonnie commented Apr 5, 2022

E.g. for TimePoint:

>>> a = TimePoint(year=2022, hour_of_day=6)
<TimePoint 2022-01-01T06:00Z>
>>> b = a.copy(hour_of_day=0)
<TimePoint 2022-01-01T00:00Z>
@MetRonnie MetRonnie added this to the 3.1.0 milestone Apr 5, 2022
@MetRonnie MetRonnie modified the milestones: 3.1.0, 3.2.0 Oct 4, 2023
@MetRonnie MetRonnie modified the milestones: 3.2.0, 3.x Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant