1
0
forked from VimPlug/jedi

Test keyword extraction

This commit is contained in:
Dave Halter
2020-02-19 09:20:12 +01:00
parent 50be49544d
commit 61619c4db1
2 changed files with 11 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ _INLINE_NEEDS_BRACKET = (
).split()
_EXTRACT_USE_PARENT = _INLINE_NEEDS_BRACKET + ['trailer']
_DEFINITION_SCOPES = ('suite', 'file_input')
_NON_EXCTRACABLE = ('param', )
_NON_EXCTRACABLE = ('param', 'keyword')
class ChangedFile(object):