Lines Matching defs:yaml
3 # and has been moved into the `yaml` package namespace.
6 import yaml
8 # in some circumstances, the yaml module we imoprted may be from a different version, so we need
10 if not getattr(yaml, '__with_libyaml__', False):
16 from yaml._yaml import *
19 'The _yaml extension module is now located at yaml._yaml'
21 ' LibYAML-based parser and emitter, import from `yaml`:'
22 ' `from yaml import CLoader as Loader, CDumper as Dumper`.',
26 # Don't `del yaml` here because yaml is actually an existing