Searched refs:a_list (Results 1 – 1 of 1) sorted by relevance
872 def list_pop(a_list, index=0, default=None): argument884 return a_list.pop(index)