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

Method get_list

IPython/utils/text.py:100–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98 cached."""
99
100 def get_list(self):
101 return self
102
103 l = list = property(get_list)
104

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected