mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Remove spurious out/ directory.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# Stubs for Crypto.Util.Counter (Python 3.5)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
from Crypto.Util.py21compat import * # noqa: F403
|
||||
from Crypto.Util.py3compat import * # noqa: F403
|
||||
|
||||
def new(nbits, prefix: Any = ..., suffix: Any = ..., initial_value: int = ..., overflow: int = ..., little_endian: bool = ..., allow_wraparound: bool = ..., disable_shortcut: bool = ...): ...
|
||||
@@ -1,10 +0,0 @@
|
||||
# Stubs for Crypto.Util (Python 3.5)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
# Names in __all__ with no definition:
|
||||
# RFC1751
|
||||
# asn1
|
||||
# number
|
||||
# randpool
|
||||
# strxor
|
||||
@@ -1,11 +0,0 @@
|
||||
# Stubs for Crypto.Util.py3compat (Python 3.5)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
__revision__ = ... # type: str
|
||||
|
||||
def b(s): ...
|
||||
def bchr(s): ...
|
||||
def bstr(s): ...
|
||||
def bord(s): ...
|
||||
def tobytes(s): ...
|
||||
Reference in New Issue
Block a user