Pyro4
— Main API package
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 |
referenced location |
---|---|
|
the current configuration settings, |
|
the current client context, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See also
- Module
Pyro4.core
The core Pyro classes and functions.
- Module
Pyro4.naming
The Pyro name server logic.