first save
This commit is contained in:
15
.venv/lib/python3.12/site-packages/ucollections.pyi
Normal file
15
.venv/lib/python3.12/site-packages/ucollections.pyi
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Collection and container types.
|
||||
|
||||
MicroPython module: https://docs.micropython.org/en/v1.26.0/library/collections.html
|
||||
|
||||
CPython module: :mod:`python:collections` https://docs.python.org/3/library/collections.html .
|
||||
|
||||
This module implements advanced collection and container types to
|
||||
hold/accumulate various objects.
|
||||
|
||||
---
|
||||
Module: 'ucollections' on micropython-v1.26.0-rp2-RPI_PICO
|
||||
"""
|
||||
# import module from stdlib/module
|
||||
from collections import *
|
||||
Reference in New Issue
Block a user