[Bf-python] epydoc question

Ken Hughes khughes at pacific.edu
Fri Mar 17 20:47:45 CET 2006


Ken Hughes wrote:
> I've added an IpoCurve.New() function to create unwrapped IpoCurves, 
> which can then be assigned to Ipos:
>    ipo = Ipo.Get('ObIpo')
>    ipo['LocX'] = IpoCurve.New((0,1,0))
> 
> Problem is, I don't see how to document IpoCurve.New since there is
> already an Ipo.New, and both are functions.

Sorry, should add that BezTriple.New() has the same issue; it's 
documented as the __init__ built-in method, but there is nothing in the 
documentation which tells the user they really need to use New()

Ken



More information about the Bf-python mailing list