Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Garcia <cristian99garcia@gmail.com>2013-05-15 18:54:09 (GMT)
committer Cristian Garcia <cristian99garcia@gmail.com>2013-05-15 18:54:09 (GMT)
commitcbc862e63f120b9fc3ba12ad74682936ea5edebb (patch)
tree9257e56c0aeea4cb3c7dc4337371f9a3c037464f
parentabcc04bd80dc0ce92e8b363aaa2e8d093df50ff9 (diff)
Agregando comentarios
-rw-r--r--WorkPanel.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/WorkPanel.py b/WorkPanel.py
index 00cc18d..493da3c 100644
--- a/WorkPanel.py
+++ b/WorkPanel.py
@@ -253,10 +253,16 @@ class AutoCompletado(GObject.Object, GtkSource.CompletionProvider):
self.buffer = buffer
def do_get_name(self):
+ """Devuelve el nombre del último
+ módulo al que se auto-completo"""
return self.nombre_modulo
def do_populate(self, context):
+ """Obtiene el texto, se fija sí lo
+ último introducido es un módulo, en caso
+ de que así sea, hace 'dir(modulo)' y
+ hace un menú para auto-completado"""
self.modulo = None