projects
/
ieee754fpu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c790f
)
update comments
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Apr 2019 04:00:33 +0000
(
05:00
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Mon, 29 Apr 2019 04:00:33 +0000
(
05:00
+0100)
src/add/stageapi.py
patch
|
blob
|
history
diff --git
a/src/add/stageapi.py
b/src/add/stageapi.py
index 2b7003c4170323a38e72ad914ecbb475e4a39d5b..ab833f504e62c45171108633f9cc625340a33935 100644
(file)
--- a/
src/add/stageapi.py
+++ b/
src/add/stageapi.py
@@
-221,8
+221,8
@@
class StageHelper(Stage):
(that "something" may be a static class, for example).
StageHelper happens to also be compliant with the Stage API,
- except that all the "optional" functions are provided
- (hence the designation "convenience wrapper")
+ it differs from the stage that it wraps in that all the "optional"
+
functions are provided
(hence the designation "convenience wrapper")
"""
def __init__(self, stage):
self.stage = stage