Lines Matching defs:with
110 with self.lock:
127 with self.lock:
235 of importlib frames that end with a call to this function
324 data associated with the module, including source, use the spec's
603 with _ModuleLockManager(name):
651 # Since module.__path__ may not line up with
720 with _ModuleLockManager(spec.name):
870 # The only frozen modules with "origname" set are stdlib modules.
1070 with _ImportLockContext():
1111 raise ImportError('attempted relative import with no known parent '
1173 with _ModuleLockManager(name):