Pyro4 is the main package of Pyro4. It imports most of the other packages that it needs and provides shortcuts to the most frequently used objects and functions from those packages. This means you can mostly just import Pyro4 in your code to start using Pyro.
The classes and functions provided are:
symbol in Pyro4 | referenced location |
---|---|
|
Pyro4.core.URI |
|
Pyro4.core.Proxy |
|
Pyro4.core.Daemon |
|
Pyro4.futures.Future |
|
Pyro4.core.callback() |
|
Pyro4.core.batch() |
|
Pyro4.core.async() |
|
Pyro4.naming.locateNS() |
|
Pyro4.naming.resolve() |
See also