class documentation

class Sound(object):

Constructor: Sound(name, path)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method exists Undocumented
Method to_msg Undocumented
Property duration Undocumented
Property name Undocumented
Property path Undocumented
Method __get_sound_duration Undocumented
Instance Variable __duration Undocumented
Instance Variable __name Undocumented
Instance Variable __path Undocumented
def __init__(self, name, path):

Undocumented

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

def exists(self):

Undocumented

def to_msg(self):

Undocumented

@property
duration =

Undocumented

@property
name =

Undocumented

@property
path =

Undocumented

def __get_sound_duration(self):

Undocumented

__duration =

Undocumented

__name =

Undocumented

__path =

Undocumented