summaryrefslogtreecommitdiffstats
path: root/objects/server-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'objects/server-object.c')
-rw-r--r--objects/server-object.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/objects/server-object.c b/objects/server-object.c
index 23a33b0..c000b80 100644
--- a/objects/server-object.c
+++ b/objects/server-object.c
@@ -34,6 +34,7 @@ static void PyServer_dealloc(PyServer *self)
self->ob_type->tp_free((PyObject*)self);
}
+/* Getters */
PyDoc_STRVAR(PyServer_connect_time_doc,
"Time when connect() to server finished"
);
@@ -203,6 +204,7 @@ static PyGetSetDef PyServer_getseters[] = {
{NULL}
};
+/* Methods */
PyDoc_STRVAR(print_doc,
"Print to server\n"
);