mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
@@ -14,7 +14,12 @@ if sys.version_info >= (3, 7):
|
||||
else:
|
||||
def b2a_uu(__data: ReadableBuffer) -> bytes: ...
|
||||
|
||||
def a2b_base64(__data: _AsciiBuffer) -> bytes: ...
|
||||
if sys.version_info >= (3, 11):
|
||||
def a2b_base64(__data: _AsciiBuffer, *, strict_mode: bool = ...) -> bytes: ...
|
||||
|
||||
else:
|
||||
def a2b_base64(__data: _AsciiBuffer) -> bytes: ...
|
||||
|
||||
def b2a_base64(__data: ReadableBuffer, *, newline: bool = ...) -> bytes: ...
|
||||
def a2b_qp(data: _AsciiBuffer, header: bool = ...) -> bytes: ...
|
||||
def b2a_qp(data: ReadableBuffer, quotetabs: bool = ..., istext: bool = ..., header: bool = ...) -> bytes: ...
|
||||
|
||||
@@ -32,7 +32,6 @@ asyncio.sslproto._SSLProtocolTransport.get_read_buffer_size
|
||||
asyncio.sslproto._SSLProtocolTransport.set_read_buffer_limits
|
||||
asyncio.sslproto.add_flowcontrol_defaults
|
||||
bdb.Breakpoint.clearBreakpoints
|
||||
binascii.a2b_base64
|
||||
builtins.dict.get
|
||||
concurrent.futures.ProcessPoolExecutor.__init__
|
||||
concurrent.futures.process.ProcessPoolExecutor.__init__
|
||||
|
||||
Reference in New Issue
Block a user