On 2024-10-11 22:13, AVI GROSS via Python-list wrote:
Is there some utility function out there that can be called to show what the
regular expression you typed in will look like by the time it is ready to be
used?
Obviously, life is not that simple as it can go through multiple layers with
each
Thank you for the hint !
On Fri, Oct 04, 2024 at 09:17:19AM GMT, Cameron Simpson wrote:
On 03Oct2024 22:12, Dan Ciprus (dciprus) wrote:
I'd be interested too :-).
Untested sketch:
def make_thread(target, *a, E=None, **kw):
'''
Make a new Event E and Thread T, pass `[E,*a]`
Is there some utility function out there that can be called to show what the
regular expression you typed in will look like by the time it is ready to be
used?
Obviously, life is not that simple as it can go through multiple layers with
each dealing with a layer of backslashes.
But for simple cas