indented_code method
indented_code
Creates IndentedCodeBlockSyntaxNode
.
Returns
The IndentedCodeBlockSyntax.
def indented_code(self):
...
indented_code
Creates IndentedCodeBlockSyntaxNode
.
Returns
The IndentedCodeBlockSyntax.
def indented_code(self, reserved_spaces):
...
Parameter | Type | Description |
---|---|---|
reserved_spaces | int | The reservedSpaces. |