Improve accuracy of six byte index methods (#9117)

This commit is contained in:
Samuel T
2022-11-09 19:22:33 -08:00
committed by GitHub
parent 0ac98f6b80
commit 796bdc2eb0
6 changed files with 41 additions and 20 deletions
+2 -2
View File
@@ -8,8 +8,6 @@ six.create_bound_method.__defaults__
six.moves.*
# Implemented using "operator" functions in the implementation
six.byte2int
six.indexbytes
six.get_function_closure
six.get_function_code
six.get_function_defaults
@@ -19,6 +17,8 @@ six.get_method_self
six.viewitems
six.viewkeys
six.viewvalues
# Should be `operator.itemgetter[int]`. But a bug in mypy prevents using TypeVar in itemgetter__call__
six.byte2int
# Unclear problems
six.callable