![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| __init__ (self) | |
| attr (self) | |
| attr (self, value) | |
Protected Attributes | |
| int | _value = 42 |
Simple class to test serving via Pyro. We can use one of our own test devices but the idea is to have this tests independent from the devices. We should be able to test the Client with any Python object and weird cases, even if we don't yet make use of them in the devices.
Definition at line 30 of file test_client.py.
| microscope.testsuite.test_client.PyroService.__init__ | ( | self | ) |
Definition at line 39 of file test_client.py.
| microscope.testsuite.test_client.PyroService.attr | ( | self | ) |
Definition at line 43 of file test_client.py.
| microscope.testsuite.test_client.PyroService.attr | ( | self, | |
| value ) |
Definition at line 47 of file test_client.py.
|
protected |
Definition at line 40 of file test_client.py.