Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 27, 2024
1 parent 15581ae commit 7f86aba
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions awscrt-stubs/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/_test.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt._test module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/auth.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.auth module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
6 changes: 6 additions & 0 deletions awscrt-stubs/checksums.pyi
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Type annotations for awscrt.checksums module.
Copyright 2024 Vlad Emelianov
"""

def crc32(input: bytes, previous_crc32: int = ...) -> int: ...
def crc32c(input: bytes, previous_crc32c: int = ...) -> int: ...
def crc64nvme(input: bytes, previous_crc64nvme: int = 0) -> int: ...
6 changes: 6 additions & 0 deletions awscrt-stubs/common.pyi
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
"""
Type annotations for awscrt.common module.
Copyright 2024 Vlad Emelianov
"""

def get_cpu_group_count() -> int: ...
def get_cpu_count_for_group(group_idx: int) -> int: ...
2 changes: 2 additions & 0 deletions awscrt-stubs/crypto.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.crypto module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/eventstream/__init__.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.eventstream module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/eventstream/rpc.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.eventstream.rpc module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/exceptions.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.exceptions module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/http.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.http module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/io.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.io module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/mqtt.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.mqtt module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/mqtt5.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.mqtt5 module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/s3.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.s3 module.
Copyright 2024 Vlad Emelianov
"""

Expand Down
2 changes: 2 additions & 0 deletions awscrt-stubs/websocket.pyi
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""
Type annotations for awscrt.websocket module.
Copyright 2024 Vlad Emelianov
"""

Expand Down

0 comments on commit 7f86aba

Please sign in to comment.