forked from VimPlug/jedi
Type tests and implementation for functions.
This commit is contained in:
@@ -57,6 +57,11 @@ type(x for x in [])
|
||||
#? type(x)
|
||||
type(lambda: x)
|
||||
|
||||
import math
|
||||
import os
|
||||
#? type(os)
|
||||
type(math)
|
||||
|
||||
# -----------------
|
||||
# re
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user