Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/python3.12/internal/pycore_global_strings.h
$ cat -n /usr/include/python3.12/internal/pycore_global_strings.h 1 #ifndef Py_INTERNAL_GLOBAL_STRINGS_H 2 #define Py_INTERNAL_GLOBAL_STRINGS_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 // The data structure & init here are inspired by Tools/build/deepfreeze.py. 12 13 // All field names generated by ASCII_STR() have a common prefix, 14 // to help avoid collisions with keywords, macros, etc. 15 16 #define STRUCT_FOR_ASCII_STR(LITERAL) \ 17 struct { \ 18 PyASCIIObject _ascii; \ 19 uint8_t _data[sizeof(LITERAL)]; \ 20 } 21 #define STRUCT_FOR_STR(NAME, LITERAL) \ 22 STRUCT_FOR_ASCII_STR(LITERAL) _py_ ## NAME; 23 #define STRUCT_FOR_ID(NAME) \ 24 STRUCT_FOR_ASCII_STR(#NAME) _py_ ## NAME; 25 26 // XXX Order by frequency of use? 27 28 /* The following is auto-generated by Tools/build/generate_global_objects.py. */ 29 struct _Py_global_strings { 30 struct { 31 STRUCT_FOR_STR(anon_dictcomp, "
") 32 STRUCT_FOR_STR(anon_genexpr, "
") 33 STRUCT_FOR_STR(anon_lambda, "
") 34 STRUCT_FOR_STR(anon_listcomp, "
") 35 STRUCT_FOR_STR(anon_module, "
") 36 STRUCT_FOR_STR(anon_setcomp, "
") 37 STRUCT_FOR_STR(anon_string, "
") 38 STRUCT_FOR_STR(anon_unknown, "
") 39 STRUCT_FOR_STR(close_br, "}") 40 STRUCT_FOR_STR(dbl_close_br, "}}") 41 STRUCT_FOR_STR(dbl_open_br, "{{") 42 STRUCT_FOR_STR(dbl_percent, "%%") 43 STRUCT_FOR_STR(defaults, ".defaults") 44 STRUCT_FOR_STR(dot, ".") 45 STRUCT_FOR_STR(dot_locals, ".
") 46 STRUCT_FOR_STR(empty, "") 47 STRUCT_FOR_STR(generic_base, ".generic_base") 48 STRUCT_FOR_STR(json_decoder, "json.decoder") 49 STRUCT_FOR_STR(kwdefaults, ".kwdefaults") 50 STRUCT_FOR_STR(list_err, "list index out of range") 51 STRUCT_FOR_STR(newline, "\n") 52 STRUCT_FOR_STR(open_br, "{") 53 STRUCT_FOR_STR(percent, "%") 54 STRUCT_FOR_STR(shim_name, "
") 55 STRUCT_FOR_STR(type_params, ".type_params") 56 STRUCT_FOR_STR(utf_8, "utf-8") 57 } literals; 58 59 struct { 60 STRUCT_FOR_ID(CANCELLED) 61 STRUCT_FOR_ID(FINISHED) 62 STRUCT_FOR_ID(False) 63 STRUCT_FOR_ID(JSONDecodeError) 64 STRUCT_FOR_ID(PENDING) 65 STRUCT_FOR_ID(Py_Repr) 66 STRUCT_FOR_ID(TextIOWrapper) 67 STRUCT_FOR_ID(True) 68 STRUCT_FOR_ID(WarningMessage) 69 STRUCT_FOR_ID(_) 70 STRUCT_FOR_ID(_WindowsConsoleIO) 71 STRUCT_FOR_ID(__IOBase_closed) 72 STRUCT_FOR_ID(__abc_tpflags__) 73 STRUCT_FOR_ID(__abs__) 74 STRUCT_FOR_ID(__abstractmethods__) 75 STRUCT_FOR_ID(__add__) 76 STRUCT_FOR_ID(__aenter__) 77 STRUCT_FOR_ID(__aexit__) 78 STRUCT_FOR_ID(__aiter__) 79 STRUCT_FOR_ID(__all__) 80 STRUCT_FOR_ID(__and__) 81 STRUCT_FOR_ID(__anext__) 82 STRUCT_FOR_ID(__annotations__) 83 STRUCT_FOR_ID(__args__) 84 STRUCT_FOR_ID(__asyncio_running_event_loop__) 85 STRUCT_FOR_ID(__await__) 86 STRUCT_FOR_ID(__bases__) 87 STRUCT_FOR_ID(__bool__) 88 STRUCT_FOR_ID(__buffer__) 89 STRUCT_FOR_ID(__build_class__) 90 STRUCT_FOR_ID(__builtins__) 91 STRUCT_FOR_ID(__bytes__) 92 STRUCT_FOR_ID(__call__) 93 STRUCT_FOR_ID(__cantrace__) 94 STRUCT_FOR_ID(__class__) 95 STRUCT_FOR_ID(__class_getitem__) 96 STRUCT_FOR_ID(__classcell__) 97 STRUCT_FOR_ID(__classdict__) 98 STRUCT_FOR_ID(__classdictcell__) 99 STRUCT_FOR_ID(__complex__) 100 STRUCT_FOR_ID(__contains__) 101 STRUCT_FOR_ID(__copy__) 102 STRUCT_FOR_ID(__ctypes_from_outparam__) 103 STRUCT_FOR_ID(__del__) 104 STRUCT_FOR_ID(__delattr__) 105 STRUCT_FOR_ID(__delete__) 106 STRUCT_FOR_ID(__delitem__) 107 STRUCT_FOR_ID(__dict__) 108 STRUCT_FOR_ID(__dictoffset__) 109 STRUCT_FOR_ID(__dir__) 110 STRUCT_FOR_ID(__divmod__) 111 STRUCT_FOR_ID(__doc__) 112 STRUCT_FOR_ID(__enter__) 113 STRUCT_FOR_ID(__eq__) 114 STRUCT_FOR_ID(__exit__) 115 STRUCT_FOR_ID(__file__) 116 STRUCT_FOR_ID(__float__) 117 STRUCT_FOR_ID(__floordiv__) 118 STRUCT_FOR_ID(__format__) 119 STRUCT_FOR_ID(__fspath__) 120 STRUCT_FOR_ID(__ge__) 121 STRUCT_FOR_ID(__get__) 122 STRUCT_FOR_ID(__getattr__) 123 STRUCT_FOR_ID(__getattribute__) 124 STRUCT_FOR_ID(__getinitargs__) 125 STRUCT_FOR_ID(__getitem__) 126 STRUCT_FOR_ID(__getnewargs__) 127 STRUCT_FOR_ID(__getnewargs_ex__) 128 STRUCT_FOR_ID(__getstate__) 129 STRUCT_FOR_ID(__gt__) 130 STRUCT_FOR_ID(__hash__) 131 STRUCT_FOR_ID(__iadd__) 132 STRUCT_FOR_ID(__iand__) 133 STRUCT_FOR_ID(__ifloordiv__) 134 STRUCT_FOR_ID(__ilshift__) 135 STRUCT_FOR_ID(__imatmul__) 136 STRUCT_FOR_ID(__imod__) 137 STRUCT_FOR_ID(__import__) 138 STRUCT_FOR_ID(__imul__) 139 STRUCT_FOR_ID(__index__) 140 STRUCT_FOR_ID(__init__) 141 STRUCT_FOR_ID(__init_subclass__) 142 STRUCT_FOR_ID(__instancecheck__) 143 STRUCT_FOR_ID(__int__) 144 STRUCT_FOR_ID(__invert__) 145 STRUCT_FOR_ID(__ior__) 146 STRUCT_FOR_ID(__ipow__) 147 STRUCT_FOR_ID(__irshift__) 148 STRUCT_FOR_ID(__isabstractmethod__) 149 STRUCT_FOR_ID(__isub__) 150 STRUCT_FOR_ID(__iter__) 151 STRUCT_FOR_ID(__itruediv__) 152 STRUCT_FOR_ID(__ixor__) 153 STRUCT_FOR_ID(__le__) 154 STRUCT_FOR_ID(__len__) 155 STRUCT_FOR_ID(__length_hint__) 156 STRUCT_FOR_ID(__lltrace__) 157 STRUCT_FOR_ID(__loader__) 158 STRUCT_FOR_ID(__lshift__) 159 STRUCT_FOR_ID(__lt__) 160 STRUCT_FOR_ID(__main__) 161 STRUCT_FOR_ID(__matmul__) 162 STRUCT_FOR_ID(__missing__) 163 STRUCT_FOR_ID(__mod__) 164 STRUCT_FOR_ID(__module__) 165 STRUCT_FOR_ID(__mro_entries__) 166 STRUCT_FOR_ID(__mul__) 167 STRUCT_FOR_ID(__name__) 168 STRUCT_FOR_ID(__ne__) 169 STRUCT_FOR_ID(__neg__) 170 STRUCT_FOR_ID(__new__) 171 STRUCT_FOR_ID(__newobj__) 172 STRUCT_FOR_ID(__newobj_ex__) 173 STRUCT_FOR_ID(__next__) 174 STRUCT_FOR_ID(__notes__) 175 STRUCT_FOR_ID(__or__) 176 STRUCT_FOR_ID(__orig_class__) 177 STRUCT_FOR_ID(__origin__) 178 STRUCT_FOR_ID(__package__) 179 STRUCT_FOR_ID(__parameters__) 180 STRUCT_FOR_ID(__path__) 181 STRUCT_FOR_ID(__pos__) 182 STRUCT_FOR_ID(__pow__) 183 STRUCT_FOR_ID(__prepare__) 184 STRUCT_FOR_ID(__qualname__) 185 STRUCT_FOR_ID(__radd__) 186 STRUCT_FOR_ID(__rand__) 187 STRUCT_FOR_ID(__rdivmod__) 188 STRUCT_FOR_ID(__reduce__) 189 STRUCT_FOR_ID(__reduce_ex__) 190 STRUCT_FOR_ID(__release_buffer__) 191 STRUCT_FOR_ID(__repr__) 192 STRUCT_FOR_ID(__reversed__) 193 STRUCT_FOR_ID(__rfloordiv__) 194 STRUCT_FOR_ID(__rlshift__) 195 STRUCT_FOR_ID(__rmatmul__) 196 STRUCT_FOR_ID(__rmod__) 197 STRUCT_FOR_ID(__rmul__) 198 STRUCT_FOR_ID(__ror__) 199 STRUCT_FOR_ID(__round__) 200 STRUCT_FOR_ID(__rpow__) 201 STRUCT_FOR_ID(__rrshift__) 202 STRUCT_FOR_ID(__rshift__) 203 STRUCT_FOR_ID(__rsub__) 204 STRUCT_FOR_ID(__rtruediv__) 205 STRUCT_FOR_ID(__rxor__) 206 STRUCT_FOR_ID(__set__) 207 STRUCT_FOR_ID(__set_name__) 208 STRUCT_FOR_ID(__setattr__) 209 STRUCT_FOR_ID(__setitem__) 210 STRUCT_FOR_ID(__setstate__) 211 STRUCT_FOR_ID(__sizeof__) 212 STRUCT_FOR_ID(__slotnames__) 213 STRUCT_FOR_ID(__slots__) 214 STRUCT_FOR_ID(__spec__) 215 STRUCT_FOR_ID(__str__) 216 STRUCT_FOR_ID(__sub__) 217 STRUCT_FOR_ID(__subclasscheck__) 218 STRUCT_FOR_ID(__subclasshook__) 219 STRUCT_FOR_ID(__truediv__) 220 STRUCT_FOR_ID(__trunc__) 221 STRUCT_FOR_ID(__type_params__) 222 STRUCT_FOR_ID(__typing_is_unpacked_typevartuple__) 223 STRUCT_FOR_ID(__typing_prepare_subst__) 224 STRUCT_FOR_ID(__typing_subst__) 225 STRUCT_FOR_ID(__typing_unpacked_tuple_args__) 226 STRUCT_FOR_ID(__warningregistry__) 227 STRUCT_FOR_ID(__weaklistoffset__) 228 STRUCT_FOR_ID(__weakref__) 229 STRUCT_FOR_ID(__xor__) 230 STRUCT_FOR_ID(_abc_impl) 231 STRUCT_FOR_ID(_abstract_) 232 STRUCT_FOR_ID(_active) 233 STRUCT_FOR_ID(_annotation) 234 STRUCT_FOR_ID(_anonymous_) 235 STRUCT_FOR_ID(_argtypes_) 236 STRUCT_FOR_ID(_as_parameter_) 237 STRUCT_FOR_ID(_asyncio_future_blocking) 238 STRUCT_FOR_ID(_blksize) 239 STRUCT_FOR_ID(_bootstrap) 240 STRUCT_FOR_ID(_check_retval_) 241 STRUCT_FOR_ID(_dealloc_warn) 242 STRUCT_FOR_ID(_feature_version) 243 STRUCT_FOR_ID(_fields_) 244 STRUCT_FOR_ID(_finalizing) 245 STRUCT_FOR_ID(_find_and_load) 246 STRUCT_FOR_ID(_fix_up_module) 247 STRUCT_FOR_ID(_flags_) 248 STRUCT_FOR_ID(_get_sourcefile) 249 STRUCT_FOR_ID(_handle_fromlist) 250 STRUCT_FOR_ID(_initializing) 251 STRUCT_FOR_ID(_io) 252 STRUCT_FOR_ID(_is_text_encoding) 253 STRUCT_FOR_ID(_length_) 254 STRUCT_FOR_ID(_limbo) 255 STRUCT_FOR_ID(_lock_unlock_module) 256 STRUCT_FOR_ID(_loop) 257 STRUCT_FOR_ID(_needs_com_addref_) 258 STRUCT_FOR_ID(_pack_) 259 STRUCT_FOR_ID(_restype_) 260 STRUCT_FOR_ID(_showwarnmsg) 261 STRUCT_FOR_ID(_shutdown) 262 STRUCT_FOR_ID(_slotnames) 263 STRUCT_FOR_ID(_strptime_datetime) 264 STRUCT_FOR_ID(_swappedbytes_) 265 STRUCT_FOR_ID(_type_) 266 STRUCT_FOR_ID(_uninitialized_submodules) 267 STRUCT_FOR_ID(_warn_unawaited_coroutine) 268 STRUCT_FOR_ID(_xoptions) 269 STRUCT_FOR_ID(a) 270 STRUCT_FOR_ID(abs_tol) 271 STRUCT_FOR_ID(access) 272 STRUCT_FOR_ID(add) 273 STRUCT_FOR_ID(add_done_callback) 274 STRUCT_FOR_ID(after_in_child) 275 STRUCT_FOR_ID(after_in_parent) 276 STRUCT_FOR_ID(aggregate_class) 277 STRUCT_FOR_ID(alias) 278 STRUCT_FOR_ID(append) 279 STRUCT_FOR_ID(arg) 280 STRUCT_FOR_ID(argdefs) 281 STRUCT_FOR_ID(args) 282 STRUCT_FOR_ID(arguments) 283 STRUCT_FOR_ID(argv) 284 STRUCT_FOR_ID(as_integer_ratio) 285 STRUCT_FOR_ID(ast) 286 STRUCT_FOR_ID(attribute) 287 STRUCT_FOR_ID(authorizer_callback) 288 STRUCT_FOR_ID(autocommit) 289 STRUCT_FOR_ID(b) 290 STRUCT_FOR_ID(backtick) 291 STRUCT_FOR_ID(base) 292 STRUCT_FOR_ID(before) 293 STRUCT_FOR_ID(big) 294 STRUCT_FOR_ID(binary_form) 295 STRUCT_FOR_ID(block) 296 STRUCT_FOR_ID(bound) 297 STRUCT_FOR_ID(buffer) 298 STRUCT_FOR_ID(buffer_callback) 299 STRUCT_FOR_ID(buffer_size) 300 STRUCT_FOR_ID(buffering) 301 STRUCT_FOR_ID(buffers) 302 STRUCT_FOR_ID(bufsize) 303 STRUCT_FOR_ID(builtins) 304 STRUCT_FOR_ID(byteorder) 305 STRUCT_FOR_ID(bytes) 306 STRUCT_FOR_ID(bytes_per_sep) 307 STRUCT_FOR_ID(c) 308 STRUCT_FOR_ID(c_call) 309 STRUCT_FOR_ID(c_exception) 310 STRUCT_FOR_ID(c_return) 311 STRUCT_FOR_ID(cached_statements) 312 STRUCT_FOR_ID(cadata) 313 STRUCT_FOR_ID(cafile) 314 STRUCT_FOR_ID(call) 315 STRUCT_FOR_ID(call_exception_handler) 316 STRUCT_FOR_ID(call_soon) 317 STRUCT_FOR_ID(cancel) 318 STRUCT_FOR_ID(capath) 319 STRUCT_FOR_ID(category) 320 STRUCT_FOR_ID(cb_type) 321 STRUCT_FOR_ID(certfile) 322 STRUCT_FOR_ID(check_same_thread) 323 STRUCT_FOR_ID(clear) 324 STRUCT_FOR_ID(close) 325 STRUCT_FOR_ID(closed) 326 STRUCT_FOR_ID(closefd) 327 STRUCT_FOR_ID(closure) 328 STRUCT_FOR_ID(co_argcount) 329 STRUCT_FOR_ID(co_cellvars) 330 STRUCT_FOR_ID(co_code) 331 STRUCT_FOR_ID(co_consts) 332 STRUCT_FOR_ID(co_exceptiontable) 333 STRUCT_FOR_ID(co_filename) 334 STRUCT_FOR_ID(co_firstlineno) 335 STRUCT_FOR_ID(co_flags) 336 STRUCT_FOR_ID(co_freevars) 337 STRUCT_FOR_ID(co_kwonlyargcount) 338 STRUCT_FOR_ID(co_linetable) 339 STRUCT_FOR_ID(co_name) 340 STRUCT_FOR_ID(co_names) 341 STRUCT_FOR_ID(co_nlocals) 342 STRUCT_FOR_ID(co_posonlyargcount) 343 STRUCT_FOR_ID(co_qualname) 344 STRUCT_FOR_ID(co_stacksize) 345 STRUCT_FOR_ID(co_varnames) 346 STRUCT_FOR_ID(code) 347 STRUCT_FOR_ID(command) 348 STRUCT_FOR_ID(comment_factory) 349 STRUCT_FOR_ID(compile_mode) 350 STRUCT_FOR_ID(consts) 351 STRUCT_FOR_ID(context) 352 STRUCT_FOR_ID(contravariant) 353 STRUCT_FOR_ID(cookie) 354 STRUCT_FOR_ID(copy) 355 STRUCT_FOR_ID(copyreg) 356 STRUCT_FOR_ID(coro) 357 STRUCT_FOR_ID(count) 358 STRUCT_FOR_ID(covariant) 359 STRUCT_FOR_ID(cwd) 360 STRUCT_FOR_ID(d) 361 STRUCT_FOR_ID(data) 362 STRUCT_FOR_ID(database) 363 STRUCT_FOR_ID(decode) 364 STRUCT_FOR_ID(decoder) 365 STRUCT_FOR_ID(default) 366 STRUCT_FOR_ID(defaultaction) 367 STRUCT_FOR_ID(delete) 368 STRUCT_FOR_ID(depth) 369 STRUCT_FOR_ID(detect_types) 370 STRUCT_FOR_ID(deterministic) 371 STRUCT_FOR_ID(device) 372 STRUCT_FOR_ID(dict) 373 STRUCT_FOR_ID(dictcomp) 374 STRUCT_FOR_ID(difference_update) 375 STRUCT_FOR_ID(digest) 376 STRUCT_FOR_ID(digest_size) 377 STRUCT_FOR_ID(digestmod) 378 STRUCT_FOR_ID(dir_fd) 379 STRUCT_FOR_ID(discard) 380 STRUCT_FOR_ID(dispatch_table) 381 STRUCT_FOR_ID(displayhook) 382 STRUCT_FOR_ID(dklen) 383 STRUCT_FOR_ID(doc) 384 STRUCT_FOR_ID(dont_inherit) 385 STRUCT_FOR_ID(dst) 386 STRUCT_FOR_ID(dst_dir_fd) 387 STRUCT_FOR_ID(duration) 388 STRUCT_FOR_ID(e) 389 STRUCT_FOR_ID(eager_start) 390 STRUCT_FOR_ID(effective_ids) 391 STRUCT_FOR_ID(element_factory) 392 STRUCT_FOR_ID(encode) 393 STRUCT_FOR_ID(encoding) 394 STRUCT_FOR_ID(end) 395 STRUCT_FOR_ID(end_lineno) 396 STRUCT_FOR_ID(end_offset) 397 STRUCT_FOR_ID(endpos) 398 STRUCT_FOR_ID(entrypoint) 399 STRUCT_FOR_ID(env) 400 STRUCT_FOR_ID(errors) 401 STRUCT_FOR_ID(event) 402 STRUCT_FOR_ID(eventmask) 403 STRUCT_FOR_ID(exc_type) 404 STRUCT_FOR_ID(exc_value) 405 STRUCT_FOR_ID(excepthook) 406 STRUCT_FOR_ID(exception) 407 STRUCT_FOR_ID(existing_file_name) 408 STRUCT_FOR_ID(exp) 409 STRUCT_FOR_ID(extend) 410 STRUCT_FOR_ID(extra_tokens) 411 STRUCT_FOR_ID(facility) 412 STRUCT_FOR_ID(factory) 413 STRUCT_FOR_ID(false) 414 STRUCT_FOR_ID(family) 415 STRUCT_FOR_ID(fanout) 416 STRUCT_FOR_ID(fd) 417 STRUCT_FOR_ID(fd2) 418 STRUCT_FOR_ID(fdel) 419 STRUCT_FOR_ID(fget) 420 STRUCT_FOR_ID(file) 421 STRUCT_FOR_ID(file_actions) 422 STRUCT_FOR_ID(filename) 423 STRUCT_FOR_ID(fileno) 424 STRUCT_FOR_ID(filepath) 425 STRUCT_FOR_ID(fillvalue) 426 STRUCT_FOR_ID(filters) 427 STRUCT_FOR_ID(final) 428 STRUCT_FOR_ID(find_class) 429 STRUCT_FOR_ID(fix_imports) 430 STRUCT_FOR_ID(flags) 431 STRUCT_FOR_ID(flush) 432 STRUCT_FOR_ID(follow_symlinks) 433 STRUCT_FOR_ID(format) 434 STRUCT_FOR_ID(frequency) 435 STRUCT_FOR_ID(from_param) 436 STRUCT_FOR_ID(fromlist) 437 STRUCT_FOR_ID(fromtimestamp) 438 STRUCT_FOR_ID(fromutc) 439 STRUCT_FOR_ID(fset) 440 STRUCT_FOR_ID(func) 441 STRUCT_FOR_ID(future) 442 STRUCT_FOR_ID(generation) 443 STRUCT_FOR_ID(genexpr) 444 STRUCT_FOR_ID(get) 445 STRUCT_FOR_ID(get_debug) 446 STRUCT_FOR_ID(get_event_loop) 447 STRUCT_FOR_ID(get_loop) 448 STRUCT_FOR_ID(get_source) 449 STRUCT_FOR_ID(getattr) 450 STRUCT_FOR_ID(getstate) 451 STRUCT_FOR_ID(gid) 452 STRUCT_FOR_ID(globals) 453 STRUCT_FOR_ID(groupindex) 454 STRUCT_FOR_ID(groups) 455 STRUCT_FOR_ID(handle) 456 STRUCT_FOR_ID(hash_name) 457 STRUCT_FOR_ID(header) 458 STRUCT_FOR_ID(headers) 459 STRUCT_FOR_ID(hi) 460 STRUCT_FOR_ID(hook) 461 STRUCT_FOR_ID(id) 462 STRUCT_FOR_ID(ident) 463 STRUCT_FOR_ID(ignore) 464 STRUCT_FOR_ID(imag) 465 STRUCT_FOR_ID(importlib) 466 STRUCT_FOR_ID(in_fd) 467 STRUCT_FOR_ID(incoming) 468 STRUCT_FOR_ID(indexgroup) 469 STRUCT_FOR_ID(inf) 470 STRUCT_FOR_ID(infer_variance) 471 STRUCT_FOR_ID(inheritable) 472 STRUCT_FOR_ID(initial) 473 STRUCT_FOR_ID(initial_bytes) 474 STRUCT_FOR_ID(initial_value) 475 STRUCT_FOR_ID(initval) 476 STRUCT_FOR_ID(inner_size) 477 STRUCT_FOR_ID(input) 478 STRUCT_FOR_ID(insert_comments) 479 STRUCT_FOR_ID(insert_pis) 480 STRUCT_FOR_ID(instructions) 481 STRUCT_FOR_ID(intern) 482 STRUCT_FOR_ID(intersection) 483 STRUCT_FOR_ID(is_running) 484 STRUCT_FOR_ID(isatty) 485 STRUCT_FOR_ID(isinstance) 486 STRUCT_FOR_ID(isoformat) 487 STRUCT_FOR_ID(isolation_level) 488 STRUCT_FOR_ID(istext) 489 STRUCT_FOR_ID(item) 490 STRUCT_FOR_ID(items) 491 STRUCT_FOR_ID(iter) 492 STRUCT_FOR_ID(iterable) 493 STRUCT_FOR_ID(iterations) 494 STRUCT_FOR_ID(join) 495 STRUCT_FOR_ID(jump) 496 STRUCT_FOR_ID(keepends) 497 STRUCT_FOR_ID(key) 498 STRUCT_FOR_ID(keyfile) 499 STRUCT_FOR_ID(keys) 500 STRUCT_FOR_ID(kind) 501 STRUCT_FOR_ID(kw) 502 STRUCT_FOR_ID(kw1) 503 STRUCT_FOR_ID(kw2) 504 STRUCT_FOR_ID(lambda) 505 STRUCT_FOR_ID(last) 506 STRUCT_FOR_ID(last_exc) 507 STRUCT_FOR_ID(last_node) 508 STRUCT_FOR_ID(last_traceback) 509 STRUCT_FOR_ID(last_type) 510 STRUCT_FOR_ID(last_value) 511 STRUCT_FOR_ID(latin1) 512 STRUCT_FOR_ID(leaf_size) 513 STRUCT_FOR_ID(len) 514 STRUCT_FOR_ID(length) 515 STRUCT_FOR_ID(level) 516 STRUCT_FOR_ID(limit) 517 STRUCT_FOR_ID(line) 518 STRUCT_FOR_ID(line_buffering) 519 STRUCT_FOR_ID(lineno) 520 STRUCT_FOR_ID(listcomp) 521 STRUCT_FOR_ID(little) 522 STRUCT_FOR_ID(lo) 523 STRUCT_FOR_ID(locale) 524 STRUCT_FOR_ID(locals) 525 STRUCT_FOR_ID(logoption) 526 STRUCT_FOR_ID(loop) 527 STRUCT_FOR_ID(mapping) 528 STRUCT_FOR_ID(match) 529 STRUCT_FOR_ID(max_length) 530 STRUCT_FOR_ID(maxdigits) 531 STRUCT_FOR_ID(maxevents) 532 STRUCT_FOR_ID(maxmem) 533 STRUCT_FOR_ID(maxsplit) 534 STRUCT_FOR_ID(maxvalue) 535 STRUCT_FOR_ID(memLevel) 536 STRUCT_FOR_ID(memlimit) 537 STRUCT_FOR_ID(message) 538 STRUCT_FOR_ID(metaclass) 539 STRUCT_FOR_ID(metadata) 540 STRUCT_FOR_ID(method) 541 STRUCT_FOR_ID(mod) 542 STRUCT_FOR_ID(mode) 543 STRUCT_FOR_ID(module) 544 STRUCT_FOR_ID(module_globals) 545 STRUCT_FOR_ID(modules) 546 STRUCT_FOR_ID(mro) 547 STRUCT_FOR_ID(msg) 548 STRUCT_FOR_ID(mycmp) 549 STRUCT_FOR_ID(n) 550 STRUCT_FOR_ID(n_arg) 551 STRUCT_FOR_ID(n_fields) 552 STRUCT_FOR_ID(n_sequence_fields) 553 STRUCT_FOR_ID(n_unnamed_fields) 554 STRUCT_FOR_ID(name) 555 STRUCT_FOR_ID(name_from) 556 STRUCT_FOR_ID(namespace_separator) 557 STRUCT_FOR_ID(namespaces) 558 STRUCT_FOR_ID(narg) 559 STRUCT_FOR_ID(ndigits) 560 STRUCT_FOR_ID(new_file_name) 561 STRUCT_FOR_ID(new_limit) 562 STRUCT_FOR_ID(newline) 563 STRUCT_FOR_ID(newlines) 564 STRUCT_FOR_ID(next) 565 STRUCT_FOR_ID(nlocals) 566 STRUCT_FOR_ID(node_depth) 567 STRUCT_FOR_ID(node_offset) 568 STRUCT_FOR_ID(ns) 569 STRUCT_FOR_ID(nstype) 570 STRUCT_FOR_ID(nt) 571 STRUCT_FOR_ID(null) 572 STRUCT_FOR_ID(number) 573 STRUCT_FOR_ID(obj) 574 STRUCT_FOR_ID(object) 575 STRUCT_FOR_ID(offset) 576 STRUCT_FOR_ID(offset_dst) 577 STRUCT_FOR_ID(offset_src) 578 STRUCT_FOR_ID(on_type_read) 579 STRUCT_FOR_ID(onceregistry) 580 STRUCT_FOR_ID(only_keys) 581 STRUCT_FOR_ID(oparg) 582 STRUCT_FOR_ID(opcode) 583 STRUCT_FOR_ID(open) 584 STRUCT_FOR_ID(opener) 585 STRUCT_FOR_ID(operation) 586 STRUCT_FOR_ID(optimize) 587 STRUCT_FOR_ID(options) 588 STRUCT_FOR_ID(order) 589 STRUCT_FOR_ID(origin) 590 STRUCT_FOR_ID(out_fd) 591 STRUCT_FOR_ID(outgoing) 592 STRUCT_FOR_ID(overlapped) 593 STRUCT_FOR_ID(owner) 594 STRUCT_FOR_ID(p) 595 STRUCT_FOR_ID(pages) 596 STRUCT_FOR_ID(parent) 597 STRUCT_FOR_ID(password) 598 STRUCT_FOR_ID(path) 599 STRUCT_FOR_ID(pattern) 600 STRUCT_FOR_ID(peek) 601 STRUCT_FOR_ID(persistent_id) 602 STRUCT_FOR_ID(persistent_load) 603 STRUCT_FOR_ID(person) 604 STRUCT_FOR_ID(pi_factory) 605 STRUCT_FOR_ID(pid) 606 STRUCT_FOR_ID(policy) 607 STRUCT_FOR_ID(pos) 608 STRUCT_FOR_ID(pos1) 609 STRUCT_FOR_ID(pos2) 610 STRUCT_FOR_ID(posix) 611 STRUCT_FOR_ID(print_file_and_line) 612 STRUCT_FOR_ID(priority) 613 STRUCT_FOR_ID(progress) 614 STRUCT_FOR_ID(progress_handler) 615 STRUCT_FOR_ID(progress_routine) 616 STRUCT_FOR_ID(proto) 617 STRUCT_FOR_ID(protocol) 618 STRUCT_FOR_ID(ps1) 619 STRUCT_FOR_ID(ps2) 620 STRUCT_FOR_ID(query) 621 STRUCT_FOR_ID(quotetabs) 622 STRUCT_FOR_ID(r) 623 STRUCT_FOR_ID(raw) 624 STRUCT_FOR_ID(read) 625 STRUCT_FOR_ID(read1) 626 STRUCT_FOR_ID(readable) 627 STRUCT_FOR_ID(readall) 628 STRUCT_FOR_ID(readinto) 629 STRUCT_FOR_ID(readinto1) 630 STRUCT_FOR_ID(readline) 631 STRUCT_FOR_ID(readonly) 632 STRUCT_FOR_ID(real) 633 STRUCT_FOR_ID(reducer_override) 634 STRUCT_FOR_ID(registry) 635 STRUCT_FOR_ID(rel_tol) 636 STRUCT_FOR_ID(release) 637 STRUCT_FOR_ID(reload) 638 STRUCT_FOR_ID(repl) 639 STRUCT_FOR_ID(replace) 640 STRUCT_FOR_ID(reserved) 641 STRUCT_FOR_ID(reset) 642 STRUCT_FOR_ID(resetids) 643 STRUCT_FOR_ID(return) 644 STRUCT_FOR_ID(reverse) 645 STRUCT_FOR_ID(reversed) 646 STRUCT_FOR_ID(s) 647 STRUCT_FOR_ID(salt) 648 STRUCT_FOR_ID(sched_priority) 649 STRUCT_FOR_ID(scheduler) 650 STRUCT_FOR_ID(seek) 651 STRUCT_FOR_ID(seekable) 652 STRUCT_FOR_ID(selectors) 653 STRUCT_FOR_ID(self) 654 STRUCT_FOR_ID(send) 655 STRUCT_FOR_ID(sep) 656 STRUCT_FOR_ID(sequence) 657 STRUCT_FOR_ID(server_hostname) 658 STRUCT_FOR_ID(server_side) 659 STRUCT_FOR_ID(session) 660 STRUCT_FOR_ID(setcomp) 661 STRUCT_FOR_ID(setpgroup) 662 STRUCT_FOR_ID(setsid) 663 STRUCT_FOR_ID(setsigdef) 664 STRUCT_FOR_ID(setsigmask) 665 STRUCT_FOR_ID(setstate) 666 STRUCT_FOR_ID(shape) 667 STRUCT_FOR_ID(show_cmd) 668 STRUCT_FOR_ID(signed) 669 STRUCT_FOR_ID(size) 670 STRUCT_FOR_ID(sizehint) 671 STRUCT_FOR_ID(skip_file_prefixes) 672 STRUCT_FOR_ID(sleep) 673 STRUCT_FOR_ID(sock) 674 STRUCT_FOR_ID(sort) 675 STRUCT_FOR_ID(sound) 676 STRUCT_FOR_ID(source) 677 STRUCT_FOR_ID(source_traceback) 678 STRUCT_FOR_ID(src) 679 STRUCT_FOR_ID(src_dir_fd) 680 STRUCT_FOR_ID(stacklevel) 681 STRUCT_FOR_ID(start) 682 STRUCT_FOR_ID(statement) 683 STRUCT_FOR_ID(status) 684 STRUCT_FOR_ID(stderr) 685 STRUCT_FOR_ID(stdin) 686 STRUCT_FOR_ID(stdout) 687 STRUCT_FOR_ID(step) 688 STRUCT_FOR_ID(steps) 689 STRUCT_FOR_ID(store_name) 690 STRUCT_FOR_ID(strategy) 691 STRUCT_FOR_ID(strftime) 692 STRUCT_FOR_ID(strict) 693 STRUCT_FOR_ID(strict_mode) 694 STRUCT_FOR_ID(string) 695 STRUCT_FOR_ID(sub_key) 696 STRUCT_FOR_ID(symmetric_difference_update) 697 STRUCT_FOR_ID(tabsize) 698 STRUCT_FOR_ID(tag) 699 STRUCT_FOR_ID(target) 700 STRUCT_FOR_ID(target_is_directory) 701 STRUCT_FOR_ID(task) 702 STRUCT_FOR_ID(tb_frame) 703 STRUCT_FOR_ID(tb_lasti) 704 STRUCT_FOR_ID(tb_lineno) 705 STRUCT_FOR_ID(tb_next) 706 STRUCT_FOR_ID(tell) 707 STRUCT_FOR_ID(template) 708 STRUCT_FOR_ID(term) 709 STRUCT_FOR_ID(text) 710 STRUCT_FOR_ID(threading) 711 STRUCT_FOR_ID(throw) 712 STRUCT_FOR_ID(timeout) 713 STRUCT_FOR_ID(times) 714 STRUCT_FOR_ID(timetuple) 715 STRUCT_FOR_ID(top) 716 STRUCT_FOR_ID(trace_callback) 717 STRUCT_FOR_ID(traceback) 718 STRUCT_FOR_ID(trailers) 719 STRUCT_FOR_ID(translate) 720 STRUCT_FOR_ID(true) 721 STRUCT_FOR_ID(truncate) 722 STRUCT_FOR_ID(twice) 723 STRUCT_FOR_ID(txt) 724 STRUCT_FOR_ID(type) 725 STRUCT_FOR_ID(type_params) 726 STRUCT_FOR_ID(tz) 727 STRUCT_FOR_ID(tzname) 728 STRUCT_FOR_ID(uid) 729 STRUCT_FOR_ID(unlink) 730 STRUCT_FOR_ID(unraisablehook) 731 STRUCT_FOR_ID(uri) 732 STRUCT_FOR_ID(usedforsecurity) 733 STRUCT_FOR_ID(value) 734 STRUCT_FOR_ID(values) 735 STRUCT_FOR_ID(version) 736 STRUCT_FOR_ID(volume) 737 STRUCT_FOR_ID(warnings) 738 STRUCT_FOR_ID(warnoptions) 739 STRUCT_FOR_ID(wbits) 740 STRUCT_FOR_ID(week) 741 STRUCT_FOR_ID(weekday) 742 STRUCT_FOR_ID(which) 743 STRUCT_FOR_ID(who) 744 STRUCT_FOR_ID(withdata) 745 STRUCT_FOR_ID(writable) 746 STRUCT_FOR_ID(write) 747 STRUCT_FOR_ID(write_through) 748 STRUCT_FOR_ID(x) 749 STRUCT_FOR_ID(year) 750 STRUCT_FOR_ID(zdict) 751 } identifiers; 752 struct { 753 PyASCIIObject _ascii; 754 uint8_t _data[2]; 755 } ascii[128]; 756 struct { 757 PyCompactUnicodeObject _latin1; 758 uint8_t _data[2]; 759 } latin1[128]; 760 }; 761 /* End auto-generated code */ 762 763 #undef ID 764 #undef STR 765 766 767 #define _Py_ID(NAME) \ 768 (_Py_SINGLETON(strings.identifiers._py_ ## NAME._ascii.ob_base)) 769 #define _Py_STR(NAME) \ 770 (_Py_SINGLETON(strings.literals._py_ ## NAME._ascii.ob_base)) 771 772 /* _Py_DECLARE_STR() should precede all uses of _Py_STR() in a function. 773 774 This is true even if the same string has already been declared 775 elsewhere, even in the same file. Mismatched duplicates are detected 776 by Tools/scripts/generate-global-objects.py. 777 778 Pairing _Py_DECLARE_STR() with every use of _Py_STR() makes sure the 779 string keeps working even if the declaration is removed somewhere 780 else. It also makes it clear what the actual string is at every 781 place it is being used. */ 782 #define _Py_DECLARE_STR(name, str) 783 784 #ifdef __cplusplus 785 } 786 #endif 787 #endif /* !Py_INTERNAL_GLOBAL_STRINGS_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™