[Bf-python] Small omitted functions

Stephen Swaney sswaney at swbell.net
Mon Sep 20 01:27:02 CEST 2004


Campbell Barton wrote:
> 
> If  your worried about the Capitals well the are accsessed in a slightly
> different way.

The convention we have been using for capitalization is that
class or static methods start with an uppercase letter.
Example:  Object.Get()

Instance methods start with a lowercase letter.
Example:  myworld.makeActive()

-- 
Stephen Swaney			
sswaney at swbell.net



More information about the Bf-python mailing list