Searched refs:rst_list_inline (Results 1 – 1 of 1) sorted by relevance
100 def rst_list_inline(list_: List[str], level: int = 0) -> str: function171 lines = [rst_fields("attributes", rst_list_inline(attrs["attributes"]), level + 1)]195 lines.append(rst_fields('flags', rst_list_inline(operation['flags'])))227 lines.append(rst_list_inline(entry, level))
Completed in 4 milliseconds