Type: lib.textwrap.Fill
Namespace: lib.textwrap
Description
Wraps text to a specified width, returning a formatted string. textwrap, fill, wrap
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| text | str |
`` | |
| width | int |
70 |
Outputs
| Output | Type | Description |
|---|---|---|
| output | str |
Metadata
Related Nodes
Browse other nodes in the lib.textwrap namespace.