mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-18 03:25:55 +08:00
Simplified module repr
This commit is contained in:
@@ -257,5 +257,5 @@ class ModuleContext(ModuleMixin, TreeContext):
|
|||||||
return "<%s: %s@%s-%s is_stub=%s>" % (
|
return "<%s: %s@%s-%s is_stub=%s>" % (
|
||||||
self.__class__.__name__, self._string_name,
|
self.__class__.__name__, self._string_name,
|
||||||
self.tree_node.start_pos[0], self.tree_node.end_pos[0],
|
self.tree_node.start_pos[0], self.tree_node.end_pos[0],
|
||||||
self._path is not None and self.is_stub()
|
self.is_stub()
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user