class documentation

class InvalidSynsetIDError(RuntimeError):

View In Hierarchy

Exception for an invalid synset ID. It is thrown when the format of the Babel synset identifier is invalid or is not well formed.

Method __init__ init method
def __init__(self, id_str):

init method

Parameters
id_str:strSynset ID.