example.misc package#

Module contents#

class example.misc.BuildInfo#

Bases: object

Read-only interface for metadata of current build system.

The interface provides an access to a different “build system” information, that has been available during the build process.

Thread Safety

  • Distinct objects: Safe.

  • Shared objects: Safe.

Warning

This interface MUST NOT be implemented by a user.

abstract is_populated() bool#

Checks if the metadata was populated.

Returns

True if the metadata was populated, False otherwise.