INNER CODE UNIT · Python
items
pdpipe/pdpipe · src/pdpipe/core.py:144
def items(self) -> object:
"""Return a new view of the context’s items ((key, value) pairs).
Returns
-------
object
A new view of the context’s items ((key, value) pairs).
"""
return self._dict.items()
def keys(self):
"""Return a new view of the context's keys.
Returns
-------
object
A new view of the context's keys.