Home | History | Annotate | Download | only in utils

Lines Matching full:__new__

75     def __new__(cls, capacity=None, power=None):
76 return super(ActiveState, cls).__new__(cls, capacity, power)