![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| def | __init__ (self) |
| def | attr (self) |
| def | attr (self, value) |
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.
| def microscope.testsuite.test_client.PyroService.__init__ | ( | self | ) |
Definition at line 39 of file test_client.py.
| def microscope.testsuite.test_client.PyroService.attr | ( | self | ) |
Definition at line 43 of file test_client.py.
| def microscope.testsuite.test_client.PyroService.attr | ( | self, | |
| value | |||
| ) |
Definition at line 47 of file test_client.py.