Skip to content

Commit

Permalink
update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Jul 6, 2024
1 parent dadd3a3 commit 93c0e08
Show file tree
Hide file tree
Showing 50 changed files with 1,050 additions and 1,050 deletions.
1,948 changes: 974 additions & 974 deletions all_modules.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp32-ESP32_GENERIC
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

PHY_KSZ8081: int = 6
PHY_KSZ8041: int = 5
Expand Down Expand Up @@ -282,7 +282,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp32-esp32_generic-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp32-ESP32_GENERIC_C3
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

PHY_KSZ8081: int = 6
PHY_KSZ8041: int = 5
Expand Down Expand Up @@ -282,7 +282,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp32-esp32_generic_c3-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp32-ESP32_GENERIC_S3
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

PHY_KSZ8081: int = 6
PHY_KSZ8041: int = 5
Expand Down Expand Up @@ -282,7 +282,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp32-esp32_generic_s3-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
6 changes: 3 additions & 3 deletions publish/micropython-v1_24_0_preview-esp32-stubs/network.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp32-ESP32_GENERIC
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

PHY_KSZ8081: int = 6
PHY_KSZ8041: int = 5
Expand Down Expand Up @@ -282,7 +282,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp32-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp8266-ESP8266_GENERIC
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

STA_IF: int = 0
STAT_CONNECT_FAIL: int = 4
Expand Down Expand Up @@ -173,7 +173,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp8266-esp8266_generic-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
6 changes: 3 additions & 3 deletions publish/micropython-v1_24_0_preview-esp8266-stubs/network.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-esp8266-ESP8266_GENERIC
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

STA_IF: int = 0
STAT_CONNECT_FAIL: int = 4
Expand Down Expand Up @@ -173,7 +173,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-esp8266-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-rp2-rpi_pico-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ For example::
print("Waiting for connection...")
while not nic.isconnected():
time.sleep(1)
print(nic.ifconfig())
print(nic.ipconfig("addr4"))
# now use socket as usual
import socket
Expand All @@ -44,7 +44,7 @@ Module: 'network' on micropython-v1.24.0-preview-rp2-RPI_PICO_W
# Stubber: v1.20.0
from __future__ import annotations
from _typeshed import Incomplete
from typing import Any, List, Optional, Tuple, Union
from typing import Any, List, Optional, Tuple

STA_IF: int = 0
STAT_IDLE: int = 0
Expand Down Expand Up @@ -139,7 +139,7 @@ class WLAN:
"""
Get or set general network interface parameters. These methods allow to work
with additional parameters beyond standard IP configuration (as dealt with by
`WLAN.ifconfig()`). These include network-specific and hardware-specific
`AbstractNIC.ipconfig()`). These include network-specific and hardware-specific
parameters. For setting parameters, keyword argument syntax should be used,
multiple parameters can be set at once. For querying, parameters name should
be quoted as a string, and only one parameter can be queries at time::
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-rp2-rpi_pico_w-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-rp2-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-samd-seeed_wio_terminal-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "micropython-samd-stubs"
version = "1.24.0a96"
version = "1.24.0a98"
description = "MicroPython stubs"
authors = [
"josverl <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-96-g92484d882",
"release": "v1.24.0-preview-98-g4d16a9cce",
"sysname": "micropython"
},
"stubber": {
Expand Down
Loading

0 comments on commit 93c0e08

Please sign in to comment.