Home
last modified time | relevance | path

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

/third_party/libsnd/
H A Dmake_lite.py45 inc_result = re.search (inc_re, source, re.MULTILINE | re.DOTALL)
46 if not inc_result:
48 inc_text = inc_result.groups ()[0]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_tasks.py3296 def inc_result(num): function
3301 self.loop.call_soon(inc_result, 1)
3305 inc_result(num) # num should be 11

Completed in 5 milliseconds