ndows).
Is there any possibility to not reset the device when opening the
connection ?
Thanks,
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
print 'need something like me().data'
return tmpfunc
fun1.s = fun1
fun1.data=['one', 'two', 'three']
fun1()
fun2 = makefun()
fun2.data=['four', 'five','six']
fun2()
###code end###
--
Poor Yorick
--
http://mail.python.org/mailman/listinfo/python-list
x27;,
]
+self.compiler.include_dirs.insert(0,
+'/my/custom/path/include')
inc_dirs = self.compiler.include_dirs + ['/usr/include']
exts = []
--
Poor Yorick
--
http://mail.python.org/mailman/listinfo/python-list
_eq__ methods, but that seems like more work than should be
necessary. Any suggestions?
--
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
= compile(src,'','exec',unicode_literals.compiler_flag)
Traceback (most recent call last):
File "", line 1, in
ValueError: compile(): unrecognised flags
--
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
7;
>>> c1 = compile(src,'','exec',unicode_literals.compiler_flag)
Traceback (most recent call last):
File "", line 1, in
ValueError: compile(): unrecognised flags
--
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
ime() - time1)
print('number of locals: ', len(locals()))
time1 = time.time()
counter = 0
while counter < limit:
counter += 1
print(time.time() - time1)
print('number of locals: ', len(locals()))
--
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
ypeError: "'NoneType' object is not callable" in ignored
Exception TypeError: "'NoneType' object is not callable" in ignored
--
Yorick
--
http://mail.python.org/mailman/listinfo/python-list
Terry Reedy wrote:
> Poor Yorick wrote:
>> The following code produces an error (python-2.6.2).
>
> You forgot to post the error traceback.
>
There was no traceback, but following John Machin's prodding, I read back
through some older posts (including one of yours) whic