mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
xml stubtest exceptions (#5161)
* Explaining xml stubtest exceptions * Fix 3.6/3.7 ExternalEntityParserCreate * Fix typos and formatting * Missing return type * Reverting ExternalEntityParserCreate change to see error * Remove unused sys import * Readd ExternalEntityParserCreate with explanations
This commit is contained in:
@@ -57,7 +57,6 @@ class AttributesImpl:
|
||||
def __len__(self): ...
|
||||
def __getitem__(self, name): ...
|
||||
def keys(self): ...
|
||||
def has_key(self, name): ...
|
||||
def __contains__(self, name): ...
|
||||
def get(self, name, alternative=...): ...
|
||||
def copy(self): ...
|
||||
|
||||
Reference in New Issue
Block a user