Searched defs:to_list (Results 1 – 9 of 9) sorted by relevance
125 def to_list(self): member in AccessVector237 def to_list(self): member in AccessVectorSet
97 def to_list(self): member in RaggedTensorValue
1410 def to_list(self): member in RaggedTensor
152 struct curl_llist *to_list, in Curl_llist_move()
83 struct nl_list_head to_list; member
542 def to_list(x): function
37 def to_list(gen): function332 async def to_list(self, gen): member in AsyncGenAsyncioTest
516 std::list<typename Collection::cursor::element_type> to_list() const in to_list() function in cpplinq::linq_driver
215 to_list = lambda s: list(s) if isinstance(s, tuple) else [s] function