class documentation

class BinaryNotFound(Error):

View In Hierarchy

BinaryNotFound Class.

raises when a required binary is not found in the system PATH

Class Variable MESSAGE Default Message for BinaryNotFound.
Method __init__ Return BinaryNotFound Object.
Instance Variable binary_path Binary that was not found.
Property system_paths known paths separated by newlines.
Method __str__ String representation of BinaryNotFound.
MESSAGE =

Default Message for BinaryNotFound.

(type: str)
def __init__(self, binary_path):

Return BinaryNotFound Object.

Parametersbinary_pathUndocumented (type: str)
binary_path =

Binary that was not found.

@property
system_paths =

known paths separated by newlines.

def __str__(self):

String representation of BinaryNotFound.

API Documentation for v0tools, generated by pydoctor 21.2.2 at 1996-06-17 15:00:00.