Waht do you think about my repeated_timer class
Avi Gross
avigross at verizon.net
Fri Feb 4 23:18:39 EST 2022
time_after_time
But to be more pythonic, throw some double underscores before and after.
-----Original Message-----
From: Igor Berger <codewizard at gmail.com>
To: python-list at python.org
Sent: Fri, Feb 4, 2022 12:40 pm
Subject: Re: Waht do you think about my repeated_timer class
On Friday, February 4, 2022 at 12:28:53 PM UTC-5, Cecil Westerhof wrote:
> Ethan Furman <et... at stoneleaf.us> writes:
>
> > On 2/4/22 6:28 AM, Cecil Westerhof via Python-list wrote:
> >
> >> It was already not a good name, but I am rewriting the class
> >> completely, so now the name is a complete bumper. (No more timer.) I
> >> am thinking about naming the class repeating_thread, but I cannot say
> >> that I find it a very good name. So if someone has a good idea for a
> >> name …
> >>
> >> The class starts a thread where every by the user defined interval a
> >> by the user define function is called.
> >
> > How about `timed_repeat` or `repeat_timer`?
> timed_repeat does have something.
> --
> Cecil Westerhof
> Senior Software Engineer
> LinkedIn: http://www.linkedin.com/in/cecilwesterhof
run_periodically() ?
--
https://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list