Home
libucxx
cucim
cudf-java
cudf
cugraph
cuml
cuproj
cuspatial
cuvs
cuxfilter
dask-cuda
dask-cudf
kvikio
libcudf
libcuml
libcuproj
libcuspatial
libkvikio
librmm
libucxx
raft
rapids-cmake
rmm
legacy (0.41)
nightly (0.43)
stable (0.42)
legacy (0.41)
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
h
i
l
p
r
s
t
u
w
Functions
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
~
Variables
_
b
d
i
n
r
s
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Friends
include
ucxx
utils
python.h
1
5
#pragma once
6
7
#include <memory>
8
9
namespace
ucxx
{
10
11
namespace
utils {
12
13
/*
14
* @brief Check whether Python support is available.
15
*
16
* Check that binary was built with Python support and `libucxx_python.so` is in the
17
* library path. The check is done by attempting to `dlopen` the library, returning whether
18
* both conditions are met.
19
*
20
* @returns whether Python support is available.
21
*/
22
[[nodiscard]]
bool
isPythonAvailable();
23
24
}
// namespace utils
25
26
}
// namespace ucxx
ucxx
Definition:
address.h:15
Generated by
1.9.1