MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

tools/npy_tempita/__init__.py:397–399  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

395class bunch(dict):
396
397 def __init__(self, **kw):
398 for name, value in iteritems(kw):
399 setattr(self, name, value)
400
401 def __setattr__(self, name, value):
402 self[name] = value

Callers

nothing calls this directly

Calls 1

iteritemsFunction · 0.85

Tested by

no test coverage detected