mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
- Updates documentation related to previously required comment headers. - Removes all comment headers from stubs - Occasionally included a header for stubs that were noted to be incomplete or contained todo's.
This commit is contained in:
committed by
Guido van Rossum
parent
a2aa93ac29
commit
b6d08b81a3
@@ -1,7 +1,3 @@
|
||||
# Stubs for distutils.version (Python 2 and 3.5)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
import sys
|
||||
from typing import Any
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# Stub for sched (Python 2 and 3)
|
||||
|
||||
import sys
|
||||
from typing import Any, Callable, Dict, List, NamedTuple, Text, Tuple
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Stubs for webbrowser (Python 3.4)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
import sys
|
||||
from typing import Any, Optional, Callable, List, Text, Union, Sequence
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Stubs for xml.sax (Python 3)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
class SAXException(Exception):
|
||||
def __init__(self, msg, exception=None): ...
|
||||
def getMessage(self): ...
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Stubs for xml.sax.handler (Python 2)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Any
|
||||
|
||||
version = ... # type: Any
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Stubs for xml.sax.saxutils (Python 2)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
from typing import Mapping
|
||||
|
||||
from xml.sax import handler
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
# Stubs for xml.sax.xmlreader (Python 2)
|
||||
#
|
||||
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
||||
|
||||
class XMLReader:
|
||||
def __init__(self) -> None: ...
|
||||
def parse(self, source): ...
|
||||
|
||||
Reference in New Issue
Block a user