pitivi r1324 - in trunk: . docs
- From: edwardrv svn gnome org
- To: svn-commits-list gnome org
- Subject: pitivi r1324 - in trunk: . docs
- Date: Thu, 16 Oct 2008 14:20:15 +0000 (UTC)
Author: edwardrv
Date: Thu Oct 16 14:20:15 2008
New Revision: 1324
URL: http://svn.gnome.org/viewvc/pitivi?rev=1324&view=rev
Log:
* docs/HACKING:
Added notes about public/private/protected attributes
Modified:
trunk/ChangeLog
trunk/docs/HACKING
Modified: trunk/docs/HACKING
==============================================================================
--- trunk/docs/HACKING (original)
+++ trunk/docs/HACKING Thu Oct 16 14:20:15 2008
@@ -36,6 +36,11 @@
def _padAddedCb(self, unused_element, pad):
...
+- The following naming should be used for class properties/methods:
+ * public : <name>
+ * protected : _<name>
+ * private : __<name>
+
- Imported modules should be done in this order:
* system modules
* top-level pitivi modules (ex : pitivi.project)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]