Skip to content
#

python-package

Here are 332 public repositories matching this topic...

scanapi
cpython
timotheecour
timotheecour commented Aug 28, 2021

these appear in each module (with minor modifications):

template X(simbol):       auto = nimpy.pyImport("crypt").simbol().to(type(result))
template X(simbol; a):    auto = nimpy.pyImport("crypt").simbol(a).to(type(result))
template X(simbol; a, b): auto = nimpy.pyImport("crypt").simbol(a, b).to(type(result))

can you instead add a private module pyutils which you import in each m

Improve this page

Add a description, image, and links to the python-package topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-package topic, visit your repo's landing page and select "manage topics."

Learn more