summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index bf3eb7f28..2c34b9722 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -63,8 +63,8 @@ class DefaultFrom(plugable.ReadOnly):
The callback is available through the ``DefaultFrom.callback`` instance
attribute, like this:
- >>> login.callback
- <function <lambda> at 0x7fdd225cd7d0>
+ >>> login.callback # doctest:+ELLIPSIS
+ <function <lambda> at 0x...>
>>> login.callback.func_code.co_varnames # The keys
('first', 'last')
@@ -473,8 +473,8 @@ class Command(plugable.Plugin):
>>> api.finalize()
>>> list(api.Command)
['my_command']
- >>> api.Command.my_command
- PluginProxy(Command, __main__.my_command())
+ >>> api.Command.my_command # doctest:+ELLIPSIS
+ PluginProxy(Command, ...my_command())
"""
__public__ = frozenset((