remove Builder.path() to avoid confusion with Pather.path()
This commit is contained in:
parent
6db4bb96db
commit
cda895a7d3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user