Dummy class for usage.flagFunction tests.

Method oneArg A one argument method to be tested by usage.flagFunction.
Method noArg A no argument method to be tested by usage.flagFunction.
Method manyArgs A multiple arguments method to be tested by usage.flagFunction.
def oneArg(self, a):

A one argument method to be tested by usage.flagFunction.

Parametersaa useless argument to satisfy the function's signature.
def noArg(self):

A no argument method to be tested by usage.flagFunction.

def manyArgs(self, a, b, c):

A multiple arguments method to be tested by usage.flagFunction.

Parametersaa useless argument to satisfy the function's signature.
ba useless argument to satisfy the function's signature.
ca useless argument to satisfy the function's signature.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.