Searched defs:to_list (Results 1 – 3 of 3) sorted by relevance
122 def to_list(self): member in AccessVector225 def to_list(self): member in AccessVectorSet
165 struct curl_llist *to_list, in Curl_llist_move()
215 to_list = lambda s: list(s) if isinstance(s, tuple) else [s] function