Skip to content
Snippets Groups Projects
Commit 09e84d87 authored by Philip Elson's avatar Philip Elson :snake:
Browse files

Made the pyjapc.pyjapc module private. The pyjapc.PyJapc class is the primary...

Made the pyjapc.pyjapc module private. The pyjapc.PyJapc class is the primary entrypoint, not the module itself.
parent a58e3d46
No related branches found
No related tags found
1 merge request!38Made the pyjapc.pyjapc submodule private
PyJapc API
==========
Module pyjapc.pyjapc
--------------------
pyjapc.PyJapc class
-------------------
.. automodule:: pyjapc.pyjapc
.. autoclass:: pyjapc.PyJapc
:members:
:undoc-members:
:show-inheritance:
Module pyjapc.rbac_dialog
pyjapc.rbac_dialog module
-------------------------
.. automodule:: pyjapc.rbac_dialog
:members:
:undoc-members:
:show-inheritance:
import warnings
from .pyjapc import PyJapc
from ._japc import PyJapc
try:
from .rbac_dialog import PasswordEntryDialogue, getPw
except ImportError:
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment