We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c36d9 commit fbbcecaCopy full SHA for fbbceca
libsemigroups_pybind11/action.py
@@ -47,15 +47,14 @@
47
from _libsemigroups_pybind11 import BMat8, side, UNDEFINED
48
49
from .adapters import ImageRightAction, ImageLeftAction
50
-from .runner import Runner
51
from .transf import PPerm, Transf
52
53
-from .detail.cxx_wrapper import to_cxx, to_py
+from .detail.cxx_wrapper import to_cxx, to_py, CxxWrapper as _CxxWrapper
54
55
56
# TODO doc
57
class Action(
58
- Runner
+ _CxxWrapper
59
): # pylint: disable=invalid-name, too-many-instance-attributes, no-member
60
"""
61
The documentation for this class is taken from RightActionPPerm1List in
libsemigroups_pybind11/runner.py
0 commit comments