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

Method get_field

IPython/utils/text.py:508–510  ·  view source on GitHub ↗
(self, name, args, kwargs)

Source from the content-addressed store, hash-verified

506 Out[3]: 'll'
507 """
508 def get_field(self, name, args, kwargs):
509 v = eval(name, kwargs)
510 return v, name
511
512#XXX: As of Python 3.4, the format string parsing no longer splits on a colon
513# inside [], so EvalFormatter can handle slicing. Once we only support 3.4 and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected