Skip to content

Commit

Permalink
Sphinx is still having some issues with the abstrct classes
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvm committed Jan 17, 2015
1 parent eb35a79 commit 5c02402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions blocks/bricks/sequence_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def feedback(self, outputs):
pass


@add_metaclass(ABCMeta)
class AbstractReadout(AbstractEmitter, AbstractFeedback):
"""The interface for the readout component of a sequence generator.
Expand Down
1 change: 1 addition & 0 deletions blocks/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ def get_epoch_iterator(self, **kwargs):
return super(DataStream, self).get_epoch_iterator(**kwargs)


@add_metaclass(ABCMeta)
class DataStreamWrapper(AbstractDataStream):
"""A data stream that wraps another data stream."""
def __init__(self, data_stream, **kwargs):
Expand Down

0 comments on commit 5c02402

Please sign in to comment.