mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Mark python-nmap as completed (#9226)
This commit is contained in:
1
stubs/python-nmap/@tests/stubtest_allowlist.txt
Normal file
1
stubs/python-nmap/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1 @@
|
||||
nmap.test_nmap
|
||||
@@ -1 +1,4 @@
|
||||
version = "0.7.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
from .nmap import *
|
||||
from .nmap import __author__ as __author__, __last_modification__ as __last_modification__, __version__ as __version__
|
||||
|
||||
@@ -49,6 +49,8 @@ class _ResultHostPort(TypedDict):
|
||||
version: str
|
||||
|
||||
__last_modification__: str
|
||||
__author__: str
|
||||
__version__: str
|
||||
|
||||
class PortScanner:
|
||||
def __init__(self, nmap_search_path: Iterable[str] = ...) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user