6932N/Atest (__main__.DocumentationTestCase) ... Trying:
6932N/A from decorator import getargspec # akin to inspect.getargspec
3840N/A time.sleep(3) # simulate a blocking resource
6932N/A time.sleep(1.1) # after 3.1 seconds, data is available
6932N/A time.sleep(.5)
3840N/A f1 = FunctionMaker.create('f1(a, b)', 'f(a, b)', dict(f=f))
3840N/A f1 = FunctionMaker.create(
6932N/A f1 = FunctionMaker.create(
6932N/A print(inspect.getsource(example))
6932N/A print(inspect.getsource(factorial.__wrapped__))
6932N/A writer.write(2.3)
6932N/A win.dispatch_info(StrongRock, Scissors)
6932N/A _ = collections.Set.register(SomeSet)
3840N/A traced_f.attr2 = "something different" # setting attr
6932N/A 2 tests in documentation.a_test_for_pylons
6932N/A 2 tests in documentation.hello
6932N/Atest_singledispatch1 (__main__.DocumentationTestCase) ... ok
6932N/Atest_singledispatch2 (__main__.DocumentationTestCase) ... ok
6932N/Atest_no_first_arg (__main__.ExtraTestCase) ... ok
6932N/Atest_qualname (__main__.ExtraTestCase) ... ok
6932N/Atest_signature (__main__.ExtraTestCase) ... ok
6932N/Atest_unique_filenames (__main__.ExtraTestCase) ... ok
6932N/Atest_c_classes (__main__.TestSingleDispatch) ... ok
6932N/Atest_mro (__main__.TestSingleDispatch) ... ok
6932N/Atest_mro_conflicts (__main__.TestSingleDispatch) ... ok
6932N/Atest_register_abc (__main__.TestSingleDispatch) ... ok
6932N/Atest_register_decorator (__main__.TestSingleDispatch) ... ok
6932N/Atest_register_error (__main__.TestSingleDispatch) ... ok
6932N/Atest_simple_overloads (__main__.TestSingleDispatch) ... ok
6932N/Atest_wrapping_attributes (__main__.TestSingleDispatch) ... ok