Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
124967ca8cf7f0ff37f20ba3c7587fc8001dac26
/
.
/
Include
/
import.h
blob: cdeb3d1f4903f940e40a8fff2a35708afef708cb [
file
] [
log
] [
blame
]
/* Module definition and import interface */
object
*
new_module PROTO
((
char
*
name
));
object
*
import_module PROTO
((
struct
_context
*
ctx
,
char
*
name
));
object
*
reload_module PROTO
((
struct
_context
*
ctx
,
object
*
m
));