alias_api.ReferenceFileStatus

class alias_api.ReferenceFileStatus

Bases: pybind11_object

The reference file status.

Members:

FileNotFound

SourceWireNotFound

Stale

UpToDate

Error

Error = <ReferenceFileStatus.Error: 4>
FileNotFound = <ReferenceFileStatus.FileNotFound: 0>
SourceWireNotFound = <ReferenceFileStatus.SourceWireNotFound: 3>
Stale = <ReferenceFileStatus.Stale: 1>
UpToDate = <ReferenceFileStatus.UpToDate: 2>
property name
property value