MCPcopy Create free account
hub / github.com/ipython/traitlets / __init__

Method __init__

tests/test_traitlets.py:2767–2768  ·  view source on GitHub ↗
(self, container)

Source from the content-addressed store, hash-verified

2765 # observe with names=custom container with iter, contains
2766 class MyContainer:
2767 def __init__(self, container):
2768 self.container = container
2769
2770 def __iter__(self):
2771 return iter(self.container)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected