Re: PR #3106 improves g.callers and adds g.callers_list

2023-01-28 Thread Edward K. Ream
On Saturday, January 28, 2023 at 4:51:31 AM UTC-6 Edward K. Ream wrote: > PR #3106 has been merged into devel. > It's unlikely that many (any?) scripts will be affected. The PR now mentions that following tested regex should find calls to g.c

PR #3106 improves g.callers and adds g.callers_list

2023-01-28 Thread Edward K. Ream
PR #3106 has been merged into devel. *Pros*: g.callers() always disambiguate `__init__` methods. This is a big deal. *Cons*: Leo's devs should remove kwargs from calls to g.callers. It's unlikely that many (any?) scripts will be affected. E