Add __all__ part 2 (#13719)

---------

Co-authored-by: Avasam <samuel.06@hotmail.com>
This commit is contained in:
Semyon Moroz
2025-03-31 18:27:19 -04:00
committed by GitHub
co-authored by Avasam
parent 0104531422
commit a3c8fce58d
132 changed files with 1057 additions and 171 deletions
@@ -1,6 +1,3 @@
# TODO: missing from stub
greenlet.__all__
# Error: is not present in stub
# =============================
# this module only contains C code and exports no Python code, so it's better
+1
View File
@@ -11,3 +11,4 @@ from ._greenlet import (
)
__version__: Final[str]
__all__ = ["__version__", "_C_API", "GreenletExit", "error", "getcurrent", "greenlet", "gettrace", "settrace"]