mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
Mark six as completed (#9221)
This commit is contained in:
@@ -20,5 +20,16 @@ six.viewvalues
|
||||
# Should be `operator.itemgetter[int]`. But a bug in mypy prevents using TypeVar in itemgetter__call__
|
||||
six.byte2int
|
||||
|
||||
# Utils
|
||||
six.Module_six_moves_urllib
|
||||
six.Module_six_moves_urllib_error
|
||||
six.Module_six_moves_urllib_parse
|
||||
six.Module_six_moves_urllib_request
|
||||
six.Module_six_moves_urllib_response
|
||||
six.Module_six_moves_urllib_robotparser
|
||||
|
||||
# Belongs to `django.utils.six`
|
||||
six.iterlists
|
||||
|
||||
# Unclear problems
|
||||
six.callable
|
||||
|
||||
Reference in New Issue
Block a user