HomeSort by relevance Sort by last modified time
    Searched full:sample_func (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 157 test_zipped_doctest.sample_func,
test_doctest.py 17 def sample_func(v): function
21 >>> print sample_func(22)
432 >>> tests = finder.find(sample_func)
435 [<DocTest sample_func from ...:17 (1 example)>]
448 ('print sample_func(22)\n', '44\n', 3)
523 ... 'sample_func': sample_func,
553 1 some_module.sample_func
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport_support.py 157 test_zipped_doctest.sample_func,
test_doctest.py 17 def sample_func(v): function
21 >>> print sample_func(22)
432 >>> tests = finder.find(sample_func)
435 [<DocTest sample_func from ...:17 (1 example)>]
448 ('print sample_func(22)\n', '44\n', 3)
523 ... 'sample_func': sample_func,
553 1 some_module.sample_func
    [all...]

Completed in 100 milliseconds