indented_code method

indented_code

Creates IndentedCodeBlockSyntaxNode.

Returns

The IndentedCodeBlockSyntax.

def indented_code(self, reserved_spaces):
    ...
ParameterTypeDescription
reserved_spacesintThe reservedSpaces.

See Also