We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d58f6 commit b93fab7Copy full SHA for b93fab7
python/function.py
@@ -31,6 +31,7 @@
31
HighlightColorStyle, DisassemblyOption, IntegerDisplayType, FunctionAnalysisSkipOverride, FunctionUpdateType,
32
BuiltinType
33
)
34
+from .commonil import Localcall
35
36
from . import associateddatastore # Required in the main scope due to being an argument for _FunctionAssociatedDataStore
37
from . import types
0 commit comments