forked from VimPlug/jedi
Tests and implementation for type(some class). (Which returns type)
This commit is contained in:
@@ -61,6 +61,9 @@ import math
|
||||
import os
|
||||
#? type(os)
|
||||
type(math)
|
||||
class X(): pass
|
||||
#? type
|
||||
type(X)
|
||||
|
||||
# -----------------
|
||||
# re
|
||||
|
||||
Reference in New Issue
Block a user