Skip to content

Commit 740fe2f

Browse files
author
Christopher Doris
committed
add ispy to the api
1 parent 8633733 commit 740fe2f

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

src/API/exports.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Core
2+
export ispy
23
export pyis
34
export pyrepr
45
export pyascii

src/API/functions.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function getptr end
1212
function pydel! end
1313
function unsafe_pynext end
1414

15+
function ispy end
1516
function pyis end
1617
function pyrepr end
1718
function pyascii end

src/Core/Core.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import ..PythonCall:
3737
getptr,
3838
pydel!,
3939
unsafe_pynext,
40+
ispy,
4041
pyis,
4142
pyrepr,
4243
pyascii,

src/Core/Py.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ True if `x` is a Python object.
99
This includes `Py` and Python wrapper types such as `PyList`.
1010
"""
1111
ispy(x) = false
12-
export ispy
1312

1413
"""
1514
pyisnull(x)

0 commit comments

Comments
 (0)