From cda895a7d3c1b1254cbf224bb0825c5c8e5f2b4f Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 3 Jun 2024 17:09:43 -0700 Subject: [PATCH] remove Builder.path() to avoid confusion with Pather.path() --- masque/builder/builder.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/masque/builder/builder.py b/masque/builder/builder.py index bc837f6..c18e17e 100644 --- a/masque/builder/builder.py +++ b/masque/builder/builder.py @@ -209,10 +209,11 @@ class Builder(PortList): self.pattern.rect(*args, **kwargs) return self - @wraps(Pattern.path) - def path(self, *args, **kwargs) -> Self: - self.pattern.path(*args, **kwargs) - return self + # Note: We're a superclass of `Pather`, where path() means something different... + #@wraps(Pattern.path) + #def path(self, *args, **kwargs) -> Self: + # self.pattern.path(*args, **kwargs) + # return self def plug( self,