mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
random: use bound methods (#7408)
This commit is contained in:
@@ -34,7 +34,6 @@ mmap.ACCESS_DEFAULT
|
||||
(os|posix).utime
|
||||
pyexpat.XMLParserType.ExternalEntityParserCreate # C signature is wrong - function gets only positional args
|
||||
random.Random.randrange # missing undocumented arg _int
|
||||
random.randrange # missing undocumented arg _int
|
||||
sched.Event.__doc__ # __slots__ is overridden
|
||||
stringprep.unicodedata # re-exported from unicodedata
|
||||
sre_compile.dis
|
||||
|
||||
@@ -34,7 +34,6 @@ json.loads
|
||||
pyexpat.XMLParserType.ExternalEntityParserCreate # C signature is wrong - function gets only positional args
|
||||
queue.SimpleQueue.__init__ # Default C __init__ signature is wrong
|
||||
random.Random.randrange # missing undocumented arg _int
|
||||
random.randrange # missing undocumented arg _int
|
||||
re.Pattern.scanner # Undocumented and not useful. #6405
|
||||
sched.Event.__doc__ # __slots__ is overridden
|
||||
ssl.PROTOCOL_SSLv3 # Depends on ssl compilation
|
||||
|
||||
@@ -47,7 +47,6 @@ multiprocessing.spawn._main
|
||||
pickle.Pickler.reducer_override # implemented in C pickler
|
||||
queue.SimpleQueue.__init__ # Default C __init__ signature is wrong
|
||||
random.Random.randrange # missing undocumented arg _int
|
||||
random.randrange # missing undocumented arg _int
|
||||
re.Pattern.scanner # Undocumented and not useful. #6405
|
||||
sched.Event.__doc__ # __slots__ is overridden
|
||||
ssl.PROTOCOL_SSLv3 # Depends on ssl compilation
|
||||
|
||||
Reference in New Issue
Block a user