MCPcopy Create free account
hub / github.com/ipython/ipython / _limit_to_all_changed

Method _limit_to_all_changed

IPython/core/completer.py:1043–1047  ·  view source on GitHub ↗
(self, change)

Source from the content-addressed store, hash-verified

1041
1042 @observe('limit_to__all__')
1043 def _limit_to_all_changed(self, change):
1044 warnings.warn('`IPython.core.IPCompleter.limit_to__all__` configuration '
1045 'value has been deprecated since IPython 5.0, will be made to have '
1046 'no effects and then removed in future version of IPython.',
1047 UserWarning)
1048
1049 def __init__(self, shell=None, namespace=None, global_namespace=None,
1050 use_readline=_deprecation_readline_sentinel, config=None, **kwargs):

Callers

nothing calls this directly

Calls 1

warnMethod · 0.80

Tested by

no test coverage detected