Beispiel #1
0
 def __init__(self):
     if UNDEFINED is not None:
         raise errors.DefinitionExistsError('%s may only be defined once.' %
                                            repr(self))
Beispiel #2
0
 def __init__(self):
     if POSITIONAL is not None:
         raise errors.DefinitionExistsError(
             '%s may only be defined once.' % repr(self)
         )