mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
@@ -18,7 +18,6 @@ class Range:
|
||||
def upper_inc(self): ...
|
||||
def __contains__(self, x): ...
|
||||
def __bool__(self): ...
|
||||
def __nonzero__(self): ...
|
||||
def __eq__(self, other): ...
|
||||
def __ne__(self, other): ...
|
||||
def __hash__(self): ...
|
||||
|
||||
Reference in New Issue
Block a user