mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-25 04:16:44 +08:00
random: add VERSION, SystemRandom.getrandbits is not pos only (#6419)
Co-authored-by: Akuli <akuviljanen17@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -116,8 +116,6 @@ collections.abc.Generator.throw
|
||||
contextvars.ContextVar.reset
|
||||
contextvars.ContextVar.set
|
||||
io.IncrementalNewlineDecoder.setstate
|
||||
random.SystemRandom.getrandbits
|
||||
secrets.SystemRandom.getrandbits
|
||||
typing.SupportsRound.__round__
|
||||
|
||||
# These enums derive from (str, Enum). See comment in py3_common.txt
|
||||
|
||||
@@ -606,7 +606,6 @@ profile.Profile.trace_dispatch_i
|
||||
profile.Profile.trace_dispatch_l
|
||||
profile.Profile.trace_dispatch_mac
|
||||
profile.Profile.trace_dispatch_return
|
||||
random.Random.VERSION
|
||||
rlcompleter.Completer.attr_matches
|
||||
rlcompleter.Completer.global_matches
|
||||
sunau.Au_read.initfp
|
||||
|
||||
Reference in New Issue
Block a user