Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CO_HAS_DOCSTRING
1 parent 70a1313 commit 257d58eCopy full SHA for 257d58e
1 file changed
Include/cpython/code.h
@@ -174,6 +174,9 @@ struct PyCodeObject _PyCode_DEF(1);
174
175
#define CO_NO_MONITORING_EVENTS 0x2000000
176
177
+/* Whether the first element in co_consts is doc string */
178
+#define CO_HAS_DOCSTRING 0x4000000
179
+
180
/* This should be defined if a future statement modifies the syntax.
181
For example, when a keyword is added.
182
*/
0 commit comments