2 [AutoDelegate(ICharacter
)]
5 [method_decorator(Character
.dump
, Customer
)]
9 mixin
TraceMixin(Foo
, ICollection
):
17 mixin
ListMixin(IList
):
19 include CollectionMixin
22 [class_invariant(Count
> -1)]
23 [demands_attribute(Foo
)]
27 for line
in TextFile("foo"):
33 print("hello, master.")
42 def cool_enough(s
as string
):