Skip to content

Commit

Permalink
feat: Raise NotImplementedError as default
Browse files Browse the repository at this point in the history
  • Loading branch information
ar13pit committed Jun 17, 2020
1 parent ddca995 commit e42e8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/yapykaldi/asr/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def stop(self):

def register_callback(self, callback):
"""Register a callback to the element outside the pipeline"""
raise NotImplementedError()

def link(self, source=None, sink=None):
"""Link a source or a sink to the element
Expand Down

0 comments on commit e42e8a1

Please sign in to comment.