Submit
Path:
~
/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
multidict
/
_multilib
/
File Content:
dict.h
#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
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
defs.h
627 bytes
0644
dict.h
368 bytes
0644
istr.h
1914 bytes
0644
iter.h
6063 bytes
0644
pair_list.h
27010 bytes
0644
views.h
12571 bytes
0644
N4ST4R_ID | Naxtarrr