Lines Matching defs:symbols
154 {"symbols", T_OBJECT, OFF(ste_symbols), READONLY},
474 symbols: dict mapping from symbol names to flag values (including offset scope values)
624 * All arguments are dicts. Modifies symbols, others are read-only.
627 update_symbols(PyObject *symbols, PyObject *scopes,
634 /* Update scope information for all symbols in this scope */
635 while (PyDict_Next(symbols, &pos, &name, &v)) {
646 if (PyDict_SetItem(symbols, name, v_new) < 0) {
665 v = PyDict_GetItemWithError(symbols, name);
680 if (PyDict_SetItem(symbols, name, v_new) < 0) {
699 if (PyDict_SetItem(symbols, name, v_free) < 0) {
787 /* Pass down previously bound symbols */
812 /* Pass down previously bound symbols */