| a new object with type S, a subtype of T |  | 
    | None | 
        
          | addKey(self,
        keys) Insert a sequence of keys.
 |  |  | 
    | None | 
        
          | changeInterpolation(self,
        keys,
        type) Change interpolation (and extrapolation) type for the keys.
 |  |  | 
    | None | 
        
          | clear(self) Delete all keys.
 |  |  | 
    | bool | 
        
          | constant(self) Returns:
      True if the animation appears to be a horizontal line, is a simple 
      number, or it is the default and all the points are at the same y 
      value and have 0 slopes.
 |  |  | 
    | Float | 
        
          | derivative(self,
        t,
        n) The n'th derivative at time 't'.
 |  |  | 
    | float |  | 
    | String | 
        
          | expression(self) Get the expression.@return: String.
 |  |  | 
    | None |  | 
    | None |  | 
    | bool | 
        
          | identity(self) Returns:
      True if the animation appears to be such that y == x everywhere.
 |  |  | 
    | Float | 
        
          | integrate(self,
        t1,
        t2) Calculate the area underneath the curve from t1 to t2.
 |  |  | 
    | Float | 
        
          | inverse(self,
        y) The inverse function at value y.
 |  |  | 
    | List of keys | 
        
          | keys(self) Returns:
      List of keys.
 |  |  | 
    | Knob | 
        
          | knob(self) Return knob this animation belongs to.@return: Knob.
 |  |  | 
    | string |  | 
    | Int | 
        
          | knobIndex(self) Return the knob index this animation belongs to.@return: Int.
 |  |  | 
    | bool | 
        
          | noExpression(self) Returns:
      True if the expression is the default expression (i.e.
 |  |  | 
    | None | 
        
          | removeKey(self,
        keys) Remove some keys from the curve.
 |  |  | 
    | bool | 
        
          | selected(self) Returns:
      True if selected, False otherwise.
 |  |  | 
    | None |  | 
    | Key | 
        
          | setKey(self,
        t,
        y) Set a key at time t and value y.
 |  |  | 
    | Number of keys | 
        
          | size(self) Returns:
      Number of keys.
 |  |  | 
    | str | 
        
          | toScript(self,
        selected) Returns:
      A string containing the curves.
 |  |  | 
    | String | 
        
          | view(self) The view this AnimationCurve object is associated with.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__init__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |