re: various fixes (#3746)

* re: mark positional-only args

* re: fix escape arg name

* re: update whitelist
This commit is contained in:
Shantanu
2020-02-21 02:55:11 -08:00
committed by GitHub
parent 5324bd02f2
commit 87791e4e15
5 changed files with 7 additions and 11 deletions

View File

@@ -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

View File

@@ -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