mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-11 09:08:27 +08:00
Enable stubtest for six (#6699)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Problems inherited from the standard library
|
||||
six.BytesIO.readlines
|
||||
six.BytesIO.seek
|
||||
six.StringIO.seek
|
||||
six.StringIO.truncate
|
||||
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
|
||||
six.get_function_globals
|
||||
six.get_method_function
|
||||
six.get_method_self
|
||||
six.viewitems
|
||||
six.viewkeys
|
||||
six.viewvalues
|
||||
|
||||
# Unclear problems
|
||||
six.Iterator.__init__
|
||||
six.callable
|
||||
Reference in New Issue
Block a user