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

Method Integer

IPython/core/tests/test_interactiveshell.py:741–743  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

739
740 self.calls = []
741 def Integer(*args):
742 self.calls.append(args)
743 return args
744 ip.push({"Integer": Integer})
745
746 def tearDown(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected