rolland.abstract_traits.ABCHasStrictTraits

class rolland.abstract_traits.ABCHasStrictTraits(*args, **kwargs)[source]

Bases: ABCHasTraits

A HasTraits subclass which behaves like HasStrictTraits.

See the ‘abc’ module in the standard library for more information.

Parameters:
  • args (t.Any)

  • kwargs (t.Any)