mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
Added missing type annotations and type arguments (#5070)
Co-authored-by: Eric Traut <erictr@microsoft.com> Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
This commit is contained in:
@@ -70,7 +70,9 @@ class PortScanner(object):
|
||||
def has_host(self, host: str) -> bool: ...
|
||||
def csv(self) -> str: ...
|
||||
|
||||
def __scan_progressive__(self, hosts: Text, ports: Text, arguments: Text, callback: Optional[_Callback], sudo: bool) -> None: ...
|
||||
def __scan_progressive__(
|
||||
self: object, hosts: Text, ports: Text, arguments: Text, callback: Optional[_Callback], sudo: bool
|
||||
) -> None: ...
|
||||
|
||||
class PortScannerAsync(object):
|
||||
def __init__(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user