예제 #1
0
   def copy(self, g):
       """ Copy genome to 'g'
       
       Example:
           >>> genome_origin.copy(genome_destination)
       
       :param g: the destination G1DList instance
 
       """
       #GenomeBase.copy(self, g)
       G1DBase.copy(self, g)