pipcook icon indicating copy to clipboard operation
pipcook copied to clipboard

boa: support async functions from Python

Open yorkie opened this issue 4 years ago • 0 comments

async def sub(a, b):
  return a - b

See https://github.com/fridgerator/PyNode/issues/25 for details.

yorkie avatar Oct 16 '20 05:10 yorkie