showing function params working now on both sides, but not joined

This commit is contained in:
David Halter
2012-09-15 03:57:22 +02:00
parent 4a23a1d533
commit 9b7d82a251
6 changed files with 107 additions and 6 deletions

View File

@@ -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):
"""