Update tests for new autocomplete behavior
This commit is contained in:
parent
54aa1ce6de
commit
77f177be9c
@ -6,4 +6,7 @@ x = '123'
|
||||
1, x.isdi ()
|
||||
i = str
|
||||
i.lowe ('ABC')
|
||||
x = 5
|
||||
x.
|
||||
x._
|
||||
None.
|
||||
|
@ -10,5 +10,10 @@ Use \.\+
|
||||
>>> i = str
|
||||
>>> i.lower('ABC')
|
||||
'abc'
|
||||
>>> x = 5
|
||||
>>> x.
|
||||
from_bytes to_bytes
|
||||
>>> x.__class__
|
||||
<class 'int'>
|
||||
>>> None.[K[K[K[K[K
|
||||
>>>
|
||||
|
@ -27,11 +27,11 @@ RuntimeError:
|
||||
# repl
|
||||
ame__
|
||||
|
||||
__class__ __name__ argv byteorder
|
||||
exc_info exit getsizeof implementation
|
||||
maxsize modules path platform
|
||||
print_exception stderr stdin
|
||||
stdout version version_info
|
||||
argv byteorder exc_info exit
|
||||
getsizeof implementation maxsize modules
|
||||
path platform print_exception
|
||||
stderr stdin stdout version
|
||||
version_info
|
||||
ementation
|
||||
# attrtuple
|
||||
(start=1, stop=2, step=3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user