twisted.test.test_usage.FlagFunctionTests.SomeClass(object)
class documentationtwisted.test.test_usage.FlagFunctionTests
(View In Hierarchy)
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 . |
A one argument method to be tested by usage.flagFunction
.
Parameters | a | a useless argument to satisfy the function's signature. |
A multiple arguments method to be tested by usage.flagFunction
.
Parameters | a | a useless argument to satisfy the function's signature. |
b | a useless argument to satisfy the function's signature. | |
c | a useless argument to satisfy the function's signature. |