relabel
relabel(
self ,
**names: str ,
)-> ‘Pipe’
Return a new pipe with some of its nodes named differently.
A node’s name is for whoever reads the pipe; the fingerprint is structural, so renaming one gives back an equal pipe.
Parameters
| Parameter | Description |
|---|---|
| **names | Each node’s current name against the name to give it. |