micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
categories: Modules,deque
|
||||
description: Deque not implemented
|
||||
cause: Unknown
|
||||
workaround: Use regular lists. micropython-lib has implementation of collections.deque.
|
||||
"""
|
||||
import collections
|
||||
|
||||
D = collections.deque()
|
||||
print(D)
|
Reference in New Issue
Block a user