unordered_list_item method

unordered_list_item

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

Returns

Created ListItemSyntaxNode.

def unordered_list_item(self, marker):
    ...
ParameterTypeDescription
markerstrThe unordered list item marker.

See Also