mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-22 03:42:05 +08:00
Fix: is_class() on Instance was not implemented.
This commit is contained in:
@@ -83,3 +83,10 @@ class Test():
|
||||
self.testing
|
||||
#? Test()
|
||||
self
|
||||
|
||||
# -----------------
|
||||
# Syntax
|
||||
# -----------------
|
||||
|
||||
#?
|
||||
isinstance(1, int())
|
||||
|
||||
Reference in New Issue
Block a user