mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-19 12:01:12 +08:00
json.load[s] shouldn't return any results. fixed by overwriting the method
This commit is contained in:
@@ -124,4 +124,8 @@ _implemented = {
|
||||
'copy': _return_first_param,
|
||||
'deepcopy': _return_first_param,
|
||||
},
|
||||
'json': {
|
||||
'load': lambda *args: [],
|
||||
'loads': lambda *args: [],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user