Class f.a.Request(Typed):

Part of formless.annotate View Source View In Hierarchy

Marker that indicates that an autocallable should be passed the request when called. Including a Request arg will not affect the appearance of the rendered form.
>>> def doSomething(request=formless.Request(), name=formless.String()):
...     pass
>>> doSomething = formless.autocallable(doSomething)
API Documentation for Nevow, generated by pydoctor.