OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyCObject
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
cobject.h
47
/* Create a
PyCObject
from a pointer to a C object and an optional
49
will be called with the first argument if and when the
PyCObject
is
57
/* Create a
PyCObject
from a pointer to a C object, a description object,
60
the
PyCObject
is destroyed.
65
/* Retrieve a pointer to a C object from a
PyCObject
. */
68
/* Retrieve a pointer to a description object from a
PyCObject
. */
71
/* Import a pointer to a C object from a module using a
PyCObject
. */
83
}
PyCObject
;
Completed in 682 milliseconds