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

Method __repr__

IPython/utils/strdispatch.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 pass
53
54 def __repr__(self):
55 return "<Strdispatch %s, %s>" % (self.strs, self.regexs)
56
57 def s_matches(self, key):
58 if key not in self.strs:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected