Searched refs:_Foo (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py1894 class _Foo(Structure): class in inherits:Structure
1921 foo = Value(_Foo, 3, 2, lock=lock)
1943 foo = _Foo(2, 5.0)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py1894 class _Foo(Structure): class in inherits:Structure
1921 foo = Value(_Foo, 3, 2, lock=lock)
1943 foo = _Foo(2, 5.0)

Completed in 30 milliseconds