mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
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