Re: No usage of recursiveGet/Set/DelAttr

Andy Robinson <[email protected]> Mon, 28 Feb 2022 13:23:03 +0000
Newsgroups gmane.comp.python.reportlab.user
Message-ID <CABjtAptXzebuMUGthHh4QmZESxD8bJLPQu_+se-dPWLUpeWOTw@mail.gmail.com>
Claude, I see that recursiveSetAttr is used by our commercial product
`rml2pdf`.  It's possible we could remove them, as python provides much
better tools for that kind of thing than it did in 2001.   We have to scan
a few other repositories to see if there are other uses before we can be
sure.

- Andy Robinson

On Mon, 28 Feb 2022 at 13:17, Claude Paroz <[email protected]> wrote:

> Hi,
>
> I didn't find any usage of
> recursiveGetAttr/recursiveSetAttr/recursiveDelAttr in reportlab public
> code.
> So if they are not used in other client code, I guess they could simply
> be removed, as the attached patch is doing.
>
> Claude
> --
> www.2xlibre.net_______________________________________________
> reportlab-users mailing list
> [email protected]
> https://pairlist2.pair.net/mailman/listinfo/reportlab-users
>