PATH:
opt
/
alt
/
python38
/
lib64
/
python3.8
/
site-packages
/
multidict
/
_multilib
#ifndef _MULTIDICT_C_H #define _MULTIDICT_C_H #ifdef __cplusplus extern "C" { #endif typedef struct { // 16 or 24 for GC prefix PyObject_HEAD // 16 PyObject *weaklist; pair_list_t pairs; } MultiDictObject; typedef struct { PyObject_HEAD PyObject *weaklist; MultiDictObject *md; } MultiDictProxyObject; #ifdef __cplusplus } #endif #endif
[-] dict.h
[edit]
[-] iter.h
[edit]
[+]
..
[-] views.h
[edit]
[-] pair_list.h
[edit]
[-] defs.h
[edit]
[-] istr.h
[edit]