/opt/alt/python34/include/python3.4m
NameSizeModeActions
abstract.h430780644editdlrm
accu.h10160644editdlrm
asdl.h11840644editdlrm
ast.h4770644editdlrm
bitset.h7920644editdlrm
bltinmodule.h2640644editdlrm
boolobject.h8860644editdlrm
bytearrayobject.h21140644editdlrm
bytesobject.h49220644editdlrm
bytes_methods.h20250644editdlrm
cellobject.h7010644editdlrm
ceval.h72000644editdlrm
classobject.h16660644editdlrm
code.h42270644editdlrm
codecs.h65520644editdlrm
compile.h21170644editdlrm
complexobject.h19540644editdlrm
datetime.h85420644editdlrm
descrobject.h29130644editdlrm
dictobject.h51780644editdlrm
dtoa.h4580644editdlrm
dynamic_annotations.h224690644editdlrm
enumobject.h2530644editdlrm
errcode.h14970644editdlrm
eval.h5970644editdlrm
fileobject.h18620644editdlrm
fileutils.h15010644editdlrm
floatobject.h46410644editdlrm
frameobject.h35580644editdlrm
funcobject.h37710644editdlrm
genobject.h11310644editdlrm
graminit.h18730644editdlrm
grammar.h20450644editdlrm
import.h39010644editdlrm
intrcheck.h4600644editdlrm
iterobject.h5670644editdlrm
listobject.h28360644editdlrm
longintrepr.h39970644editdlrm
longobject.h81740644editdlrm
marshal.h8030644editdlrm
memoryobject.h28610644editdlrm
metagrammar.h2530644editdlrm
methodobject.h33070644editdlrm
modsupport.h48970644editdlrm
moduleobject.h16150644editdlrm
namespaceobject.h2970644editdlrm
node.h10080644editdlrm
object.h385220644editdlrm
objimpl.h138480644editdlrm
opcode.h52110644editdlrm
osdefs.h8480644editdlrm
parsetok.h28850644editdlrm
patchlevel.h11300644editdlrm
pgen.h2530644editdlrm
pgenheaders.h11440644editdlrm
pyarena.h27440644editdlrm
pyatomic.h59440644editdlrm
pycapsule.h17260644editdlrm
pyconfig-64.h433490644editdlrm
pyconfig.h1620644editdlrm
pyctype.h13200644editdlrm
pydebug.h10190644editdlrm
pyerrors.h160230644editdlrm
pyexpat.h24500644editdlrm
pyfpe.h84890644editdlrm
pygetopt.h3880644editdlrm
pyhash.h42740644editdlrm
pymacconfig.h29880644editdlrm
pymacro.h28210644editdlrm
pymath.h72180644editdlrm
pymem.h67820644editdlrm
pyport.h308740644editdlrm
pystate.h91240644editdlrm
pystrcmp.h4360644editdlrm
pystrtod.h12760644editdlrm
Python-ast.h194890644editdlrm
Python.h28560644editdlrm
pythonrun.h101840644editdlrm
pythread.h30360644editdlrm
pytime.h29140644editdlrm
py_curses.h41750644editdlrm
rangeobject.h6290644editdlrm
setobject.h33010644editdlrm
sliceobject.h15900644editdlrm
structmember.h20680644editdlrm
structseq.h13530644editdlrm
symtable.h50990644editdlrm
sysmodule.h13550644editdlrm
token.h18880644editdlrm
traceback.h22130644editdlrm
tupleobject.h24440644editdlrm
typeslots.h19970644editdlrm
ucnhash.h10570644editdlrm
unicodeobject.h781330644editdlrm
warnings.h14260644editdlrm
weakrefobject.h28660644editdlrm
Edit: /opt/alt/python34/include/python3.4m/namespaceobject.h (297B)
/* simple namespace object interface */ #ifndef NAMESPACEOBJECT_H #define NAMESPACEOBJECT_H #ifdef __cplusplus extern "C" { #endif PyAPI_DATA(PyTypeObject) _PyNamespace_Type; PyAPI_FUNC(PyObject *) _PyNamespace_New(PyObject *kwds); #ifdef __cplusplus } #endif #endif /* !NAMESPACEOBJECT_H */