remove Builder.path() to avoid confusion with Pather.path()

This commit is contained in:
Jan Petykiewicz 2024-06-03 17:09:43 -07:00
parent 6db4bb96db
commit cda895a7d3

View File

@ -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,