We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e326813 commit d456970Copy full SHA for d456970
1 file changed
dynd/cpp/array.pxd
@@ -5,7 +5,6 @@ from libcpp.map cimport map
5
from libcpp.string cimport string
6
from libcpp.vector cimport vector
7
from .type cimport type
8
-from .callable cimport callable
9
10
cdef extern from 'dynd/array.hpp' namespace 'dynd::nd' nogil:
11
@@ -31,8 +30,6 @@ cdef extern from 'dynd/array.hpp' namespace 'dynd::nd' nogil:
31
30
32
array p(string)
33
34
- map[string, callable] get_properties()
35
-
36
char *data() const
37
const char *cdata() const
38
0 commit comments