ordered_list_item method

ordered_list_item

Creates a new instance of the ListItemSyntaxNode class with ordered list item marker.

Returns

Created ListItemSyntaxNode.

def ordered_list_item(self, number):
    ...
ParameterTypeDescription
numberintThe number which will be used to create ordered list item marker.

See Also