mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 12:51:27 +08:00
re: various fixes (#3746)
* re: mark positional-only args * re: fix escape arg name * re: update whitelist
This commit is contained in:
@@ -198,9 +198,6 @@ pyclbr.Function.__init__
|
||||
queue.SimpleQueue.__init__
|
||||
random.Random.getrandbits
|
||||
random.getrandbits
|
||||
re.Match.end
|
||||
re.Match.span
|
||||
re.Match.start
|
||||
resource.getrlimit
|
||||
resource.getrusage
|
||||
resource.setrlimit
|
||||
|
||||
@@ -608,7 +608,6 @@ random.Random.triangular
|
||||
random.SystemRandom.getstate
|
||||
random.randrange
|
||||
random.triangular
|
||||
re.escape
|
||||
runpy.run_path
|
||||
sched.Event.__doc__
|
||||
select.EPOLL_RDHUP
|
||||
|
||||
Reference in New Issue
Block a user