query
On this page

hasPythonModule

pkgs.pythonPackages.hasPythonModule

Docs pulled from | This Revision | 10 minutes ago


Check whether a derivation provides a Python module.


Noogle detected

Implementation

The following is the current implementation of this function.

hasPythonModule = drv: drv ? pythonModule && drv.pythonModule == python;