Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/python3.12/internal/pycore_typevarobject.h
$ cat -n /usr/include/python3.12/internal/pycore_typevarobject.h 1 #ifndef Py_INTERNAL_TYPEVAROBJECT_H 2 #define Py_INTERNAL_TYPEVAROBJECT_H 3 #ifdef __cplusplus 4 extern "C" { 5 #endif 6 7 #ifndef Py_BUILD_CORE 8 # error "this header requires Py_BUILD_CORE define" 9 #endif 10 11 extern PyObject *_Py_make_typevar(PyObject *, PyObject *, PyObject *); 12 extern PyObject *_Py_make_paramspec(PyThreadState *, PyObject *); 13 extern PyObject *_Py_make_typevartuple(PyThreadState *, PyObject *); 14 extern PyObject *_Py_make_typealias(PyThreadState *, PyObject *); 15 extern PyObject *_Py_subscript_generic(PyThreadState *, PyObject *); 16 extern int _Py_initialize_generic(PyInterpreterState *); 17 extern void _Py_clear_generic_types(PyInterpreterState *); 18 19 extern PyTypeObject _PyTypeAlias_Type; 20 21 #ifdef __cplusplus 22 } 23 #endif 24 #endif /* !Py_INTERNAL_TYPEVAROBJECT_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™