# File lib/graphviz/attrs.rb, line 26
    def initialize( gviz, name, attributs )
      @name      = name
      @attributs = attributs
      @data      = Hash::new( )
            @graphviz  = gviz
    end