# Functions
Dependencies returns the set of all dependencies of the named standard packages, including the initial package, in a deterministic topological order.
HasPackage reports whether the specified package path is part of the standard library's public API.
Imports returns the sequence of packages directly imported by the named standard packages, in name order.
# Variables
No description provided by the author