1
0
forked from VimPlug/jedi

Fixes to get the tests passing for 3.10

This commit is contained in:
Dave Halter
2026-05-02 00:11:16 +02:00
parent d0b11806d4
commit cd52d982e1
8 changed files with 14 additions and 2 deletions
+1
View File
@@ -583,6 +583,7 @@ b = Builder()
b.add_x(2)
#? Builder()
b.add_x(2).add_y(5)
# python >= 3.11
#? Builder()
b.add_x(2).add_not_implemented(5)
#? Builder()