Public Access
miniscule changes
This commit is contained in:
@@ -12,11 +12,11 @@ import numpy
|
|||||||
class DataPool(collections.abc.MutableMapping):
|
class DataPool(collections.abc.MutableMapping):
|
||||||
"""
|
"""
|
||||||
dictionary with sending change events
|
dictionary with sending change events
|
||||||
"""
|
|
||||||
|
# supports translation from dictionary keys to pytables hdf node names
|
||||||
# supports tranlation from dictionary keys to pytables hdf node names
|
|
||||||
# taken from: Python Ref Manual Section 2.3: Identifiers and keywords
|
# taken from: Python Ref Manual Section 2.3: Identifiers and keywords
|
||||||
# things are always prefixed by "dir_" or "dict_"
|
# things are always prefixed by "dir_" or "dict_"
|
||||||
|
"""
|
||||||
translation_table=""
|
translation_table=""
|
||||||
for i in range(256):
|
for i in range(256):
|
||||||
c=chr(i)
|
c=chr(i)
|
||||||
|
|||||||
+2
-1
@@ -11,5 +11,6 @@ def test(i):
|
|||||||
return e
|
return e
|
||||||
|
|
||||||
def experiment():
|
def experiment():
|
||||||
for i in range(10):
|
for i in range(1400):
|
||||||
|
sleep(0.1)
|
||||||
yield test(i)
|
yield test(i)
|
||||||
Reference in New Issue
Block a user