# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.
'''Container nodes that don't have any logic. '''
from __future__ import print_function
from grit.node import base from grit.node import include from grit.node import message from grit.node import misc from grit.node import node_io from grit.node import structure
class GroupingNode(base.Node): '''Base class for all the grouping elements (, ,
<messages> and <identifiers>).''' def DefaultAttributes(self): return { 'first_id' : '', 'comment' : '', 'fallback_to_english' : 'false', 'fallback_to_low_resolution' : 'false',
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.