mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 03:11:16 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -58,7 +58,7 @@ class Rational(Real):
|
||||
class Integral(Rational):
|
||||
def __long__(self): ...
|
||||
def __index__(self): ...
|
||||
def __pow__(self, exponent, modulus=None): ...
|
||||
def __pow__(self, exponent, modulus=...): ...
|
||||
def __lshift__(self, other): ...
|
||||
def __rlshift__(self, other): ...
|
||||
def __rshift__(self, other): ...
|
||||
|
||||
Reference in New Issue
Block a user