| py.extension_module( | |
| '_check_build', | |
| '_check_build.pyx', | |
| cython_args: cython_args, | |
| install: true, | |
| subdir: 'sklearn/__check_build', | |
| ) | |
| py.extension_module( | |
| '_check_build', | |
| '_check_build.pyx', | |
| cython_args: cython_args, | |
| install: true, | |
| subdir: 'sklearn/__check_build', | |
| ) | |