scenic.core.requirements

Support for hard and soft requirements.

Summary of Module Members

Functions

getAllGlobals

Find all names the given lambda depends on, along with their current bindings.

Classes

BoundRequirement

CompiledRequirement

DynamicRequirement

PendingRequirement

RequirementType

An enumeration.

Member Details

class RequirementType(value)[source]

Bases: Enum

An enumeration.

getAllGlobals(req, restrictTo=None)[source]

Find all names the given lambda depends on, along with their current bindings.