CodeQL library for Python
codeql/python-all 0.11.13 (changelog, source)
Search

Module Yaml

Provides classes for working with YAML data.

YAML documents are represented as abstract syntax trees whose nodes are either YAML values or alias nodes referring to another YAML value.

Import path

import semmle.python.Yaml

Imports

Make<Yaml::YamlSig>

Provides a class hierarchy for working with YAML files.