mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 19:45:57 +08:00
dynamic belongs also into the evaluate folder
This commit is contained in:
@@ -51,8 +51,6 @@ would check whether a flow has the form of ``if isinstance(a, type_or_tuple)``.
|
|||||||
Unfortunately every other thing is being ignored (e.g. a == '' would be easy to
|
Unfortunately every other thing is being ignored (e.g. a == '' would be easy to
|
||||||
check for -> a is a string). There's big potential in these checks.
|
check for -> a is a string). There's big potential in these checks.
|
||||||
"""
|
"""
|
||||||
from __future__ import with_statement
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
from jedi import cache
|
from jedi import cache
|
||||||
Reference in New Issue
Block a user