From f7a5981ff9523635f94f22257083865c9cfcce93 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 23 Jan 2010 07:24:44 -0200 Subject: [PATCH] Updated documentation about the network class --- HACKING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HACKING b/HACKING index f6b0ea7..5f3296a 100644 --- a/HACKING +++ b/HACKING @@ -98,6 +98,12 @@ doesn't support some functionality (e.g. reposts), simply don't declare the function. :class:`NetworkBase` offers good defaults to all functions (basically, returning nothing.) +class Connection +---------------- +Inside your module, you should have at least once class called +``Connection``. As pointed before, it should inherit from the +:class:`NetworkBase` clas. + Base Return Object ------------------ Most functions will return a :class:`NetworkData` object. It offers