Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ less
Method
less
IPython/core/tests/test_magic.py:381–381 ·
view source on GitHub ↗
(self, shell)
Source
from the content-addressed store, hash-verified
379
class
KernelMagics(Magics):
380
@line_magic
381
def
less(self, shell):
pass
382
383
_ip.register_magics(KernelMagics)
384
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected