kent wrote:
> > I currently have a class where I have quite a few private methods.
> > One
> of these methods is a small general utility that extracts characters
> from provided text up until it reaches a delimiter. Something like
> extractTo(self, text, delimiter).
> >
> > It's not a relevant int
I currently have a class where I have quite a few private methods. One of these
methods is a small general utility that extracts characters from provided text
up until it reaches a delimiter. Something like extractTo(self, text,
delimiter).
It's not a relevant interface to the class, just a uti