/usr/include/python3.6m
NameSizeModeActions
abstract.h474510644editdlrm
accu.h10160644editdlrm
asdl.h12130644editdlrm
ast.h4770644editdlrm
bitset.h7920644editdlrm
bltinmodule.h2640644editdlrm
boolobject.h8860644editdlrm
bytearrayobject.h21140644editdlrm
bytesobject.h83630644editdlrm
bytes_methods.h31910644editdlrm
cellobject.h7010644editdlrm
ceval.h85240644editdlrm
classobject.h16660644editdlrm
code.h59450644editdlrm
codecs.h67930644editdlrm
compile.h21640644editdlrm
complexobject.h18070644editdlrm
datetime.h94140644editdlrm
descrobject.h29640644editdlrm
dictobject.h71780644editdlrm
dtoa.h4580644editdlrm
dynamic_annotations.h224690644editdlrm
enumobject.h2530644editdlrm
errcode.h14970644editdlrm
eval.h5970644editdlrm
fileobject.h16510644editdlrm
fileutils.h35240644editdlrm
floatobject.h47940644editdlrm
frameobject.h35300644editdlrm
funcobject.h40790644editdlrm
genobject.h35830644editdlrm
graminit.h19660644editdlrm
grammar.h20740644editdlrm
import.h42330644editdlrm
intrcheck.h5130644editdlrm
iterobject.h5670644editdlrm
listobject.h29000644editdlrm
longintrepr.h37610644editdlrm
longobject.h98300644editdlrm
marshal.h8030644editdlrm
memoryobject.h27650644editdlrm
metagrammar.h2530644editdlrm
methodobject.h38470644editdlrm
modsupport.h73170644editdlrm
moduleobject.h22850644editdlrm
namespaceobject.h3490644editdlrm
node.h10070644editdlrm
object.h422030644editdlrm
objimpl.h142440644editdlrm
odictobject.h12880644editdlrm
opcode.h50730644editdlrm
osdefs.h6910644editdlrm
osmodule.h2910644editdlrm
parsetok.h28850644editdlrm
patchlevel.h11280644editdlrm
pgen.h2530644editdlrm
pgenheaders.h11800644editdlrm
pyarena.h27440644editdlrm
pyatomic.h81280644editdlrm
pycapsule.h17260644editdlrm
pyconfig-64.h446220644editdlrm
pyconfig.h1620644editdlrm
pyctype.h13200644editdlrm
pydebug.h12640644editdlrm
pydtrace.h19700644editdlrm
pyerrors.h172190644editdlrm
pyexpat.h24500644editdlrm
pyfpe.h84710644editdlrm
pygetopt.h4100644editdlrm
pyhash.h41390644editdlrm
pylifecycle.h40780644editdlrm
pymacconfig.h29890644editdlrm
pymacro.h35000644editdlrm
pymath.h83120644editdlrm
pymem.h85570644editdlrm
pyport.h275730644editdlrm
pystate.h111460644editdlrm
pystrcmp.h4360644editdlrm
pystrhex.h4950644editdlrm
pystrtod.h14830644editdlrm
Python-ast.h222740644editdlrm
Python.h32210644editdlrm
pythonrun.h67820644editdlrm
pythread.h29920644editdlrm
pytime.h76090644editdlrm
py_curses.h43070644editdlrm
rangeobject.h6290644editdlrm
setobject.h33330644editdlrm
sliceobject.h24850644editdlrm
structmember.h20180644editdlrm
structseq.h13530644editdlrm
symtable.h49940644editdlrm
sysmodule.h13550644editdlrm
token.h19430644editdlrm
traceback.h36440644editdlrm
tupleobject.h24440644editdlrm
typeslots.h22530644editdlrm
ucnhash.h10560644editdlrm
unicodeobject.h817790644editdlrm
warnings.h16930644editdlrm
weakrefobject.h28660644editdlrm
_hashopenssl.h13650644editdlrm
Edit: /usr/include/python3.6m/typeslots.h (2253B)
/* Do not renumber the file; these numbers are part of the stable ABI. */ /* Disabled, see #10181 */ #undef Py_bf_getbuffer #undef Py_bf_releasebuffer #define Py_mp_ass_subscript 3 #define Py_mp_length 4 #define Py_mp_subscript 5 #define Py_nb_absolute 6 #define Py_nb_add 7 #define Py_nb_and 8 #define Py_nb_bool 9 #define Py_nb_divmod 10 #define Py_nb_float 11 #define Py_nb_floor_divide 12 #define Py_nb_index 13 #define Py_nb_inplace_add 14 #define Py_nb_inplace_and 15 #define Py_nb_inplace_floor_divide 16 #define Py_nb_inplace_lshift 17 #define Py_nb_inplace_multiply 18 #define Py_nb_inplace_or 19 #define Py_nb_inplace_power 20 #define Py_nb_inplace_remainder 21 #define Py_nb_inplace_rshift 22 #define Py_nb_inplace_subtract 23 #define Py_nb_inplace_true_divide 24 #define Py_nb_inplace_xor 25 #define Py_nb_int 26 #define Py_nb_invert 27 #define Py_nb_lshift 28 #define Py_nb_multiply 29 #define Py_nb_negative 30 #define Py_nb_or 31 #define Py_nb_positive 32 #define Py_nb_power 33 #define Py_nb_remainder 34 #define Py_nb_rshift 35 #define Py_nb_subtract 36 #define Py_nb_true_divide 37 #define Py_nb_xor 38 #define Py_sq_ass_item 39 #define Py_sq_concat 40 #define Py_sq_contains 41 #define Py_sq_inplace_concat 42 #define Py_sq_inplace_repeat 43 #define Py_sq_item 44 #define Py_sq_length 45 #define Py_sq_repeat 46 #define Py_tp_alloc 47 #define Py_tp_base 48 #define Py_tp_bases 49 #define Py_tp_call 50 #define Py_tp_clear 51 #define Py_tp_dealloc 52 #define Py_tp_del 53 #define Py_tp_descr_get 54 #define Py_tp_descr_set 55 #define Py_tp_doc 56 #define Py_tp_getattr 57 #define Py_tp_getattro 58 #define Py_tp_hash 59 #define Py_tp_init 60 #define Py_tp_is_gc 61 #define Py_tp_iter 62 #define Py_tp_iternext 63 #define Py_tp_methods 64 #define Py_tp_new 65 #define Py_tp_repr 66 #define Py_tp_richcompare 67 #define Py_tp_setattr 68 #define Py_tp_setattro 69 #define Py_tp_str 70 #define Py_tp_traverse 71 #define Py_tp_members 72 #define Py_tp_getset 73 #define Py_tp_free 74 #define Py_nb_matrix_multiply 75 #define Py_nb_inplace_matrix_multiply 76 #define Py_am_await 77 #define Py_am_aiter 78 #define Py_am_anext 79 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03050000 /* New in 3.5 */ #define Py_tp_finalize 80 #endif