Home | History | Annotate | Download | only in Python

Lines Matching refs:initialized

114 static int initialized = 0;
116 /* API to access the initialized flag -- useful for esoteric use */
121 return initialized;
131 (If the lock has not yet been initialized, that's equivalent to
184 if (initialized)
186 initialized = 1;
308 initialized by other means. Also set the encoding of
416 if (!initialized)
431 initialized = 0;
447 * XXX longer believes it's initialized.
448 * XXX Fatal Python error: Interpreter not initialized (version mismatch?)
591 if (!initialized)