ignore_missing_packages property

ignore_missing_packages property

Gets/sets the flag that instructs the engine whether to halt on missing package read attempt or ignore it.

Definition:

@property
def ignore_missing_packages(self):
    ...
@ignore_missing_packages.setter
def ignore_missing_packages(self, value):
    ...

See Also