Changes

Jump to: navigation, search

Programming guidelines

298 bytes added, 22:49, 11 March 2010
no edit summary
pass
</code>
 
=== Callbacks ===
 
Names of callbacks should be prefixed by 'cb_'. For example, <code>cb_my_callback</code>.
 
<code>pylint</code> does not check that arguments are used when methods are named in this way. This is useful to avoid the <code>pylint</code> warning: 'W0613: Unused argument <arg>'.
== Class Headers ==

Navigation menu