We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ff56b commit 9593ec4Copy full SHA for 9593ec4
docs/shared_bindings_matrix.py
@@ -72,6 +72,7 @@
72
"collections": "CIRCUITPY_COLLECTIONS",
73
"fontio": "CIRCUITPY_DISPLAYIO",
74
"io": "CIRCUITPY_IO",
75
+ "os.getenv": "CIRCUITPY_OS_GETENV",
76
"select": "MICROPY_PY_USELECT_SELECT",
77
"sys": "CIRCUITPY_SYS",
78
"terminalio": "CIRCUITPY_DISPLAYIO",
@@ -86,6 +87,7 @@
86
87
"collections",
88
"errno",
89
"json",
90
+ "os.getenv",
91
"re",
92
"select",
93
"sys",
0 commit comments