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

Method profile_missing_notice

IPython/core/magics/execution.py:189–193  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

187 self.default_runner = None
188
189 def profile_missing_notice(self, *args, **kwargs):
190 error("""\
191The profile module could not be found. It has been removed from the standard
192python packages because of its non-free license. To use profiling, install the
193python-profiler package from non-free.""")
194
195 @skip_doctest
196 @no_var_expand

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected