mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
showing function params working now on both sides, but not joined
This commit is contained in:
@@ -298,6 +298,9 @@ class Module(Scope):
|
||||
self._name = Name(names, self.start_pos, self.end_pos, self)
|
||||
return self._name
|
||||
|
||||
def is_builtin(self):
|
||||
return not self.path.endswith('.py')
|
||||
|
||||
|
||||
class Class(Scope):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user