Part of formless.annotate View Source View In Hierarchy
>>> def doSomething(context=formless.Context(), name=formless.String()): ... pass >>> doSomething = formless.autocallable(doSomething)