alex4747-pub

Results 4 issues of alex4747-pub

File "/home/ar/Envs/a3_pyvcluster/lib/python3.7/site-packages/txzmq/pubsub.py", line 26, in publish |class ZmqSubConnection(ZmqConnection): self.send(tag + b'\0' + message) | """ TypeError: can only concatenate str (not "bytes") to str def publish(self, message, tag=b''): """ Publish...

pylint flags messageReceived as an abstract-method in ZmqPubConnection, I suppose that it has to be overriden with do-nothing function.

I have a custom hierarchical tree, we wanted anytree read api to be available for this tree, I added NodeMixin. I added 'children' property with proper interface and I already...

It will be nice to provide a local memory-only implementation: the same API for data stored in a bloc of local memory. It will be really useful for unit tests....