Revision a2a24f4c

b/lib/objects.py
764 764
  def FillHV(self, instance):
765 765
    """Fill an instance's hvparams dict.
766 766

  
767
    @type instance: object
767
    @type instance: L{objects.Instance}
768 768
    @param instance: the instance parameter to fill
769 769
    @rtype: dict
770 770
    @return: a copy of the instance's hvparams with missing keys filled from
......
777 777
  def FillBE(self, instance):
778 778
    """Fill an instance's beparams dict.
779 779

  
780
    @type instance: object
780
    @type instance: L{objects.Instance}
781 781
    @param instance: the instance parameter to fill
782 782
    @rtype: dict
783 783
    @return: a copy of the instance's beparams with missing keys filled from

Also available in: Unified diff