DefaultNameΒΆ

class grill.names.DefaultName(name='', sep=' ')[source]ΒΆ

Inherited by: grill.names.CGAsset

Base class for any Name object that wishes to provide default functionality via the get_default method.

Subclass implementations can override the _defaults member to return a mapping appropriate to that class.

Parameters: