EggGroupUniquifier¶
-
class
EggGroupUniquifier
¶ Bases:
EggNameUniquifier
This is a specialization of
EggNameUniquifier
to generate unique names forEggGroup
nodes. It’s not called automatically; you must invoke it yourself if you want it.Inheritance diagram
-
explicit
EggGroupUniquifier
(bool filter_names = true)¶ If filter_names is true, then the group names will be coerced into a fairly safe, standard convention that uses no characters other than a-z, A-Z, 0-9, and underscore. If filter_names is false, the group names will be left unchanged.
-
static TypeHandle
get_class_type
(void)¶
-
explicit