MCPcopy Create free account
hub / github.com/drgrib/dotmap / D

Class D

dotmap/__init__.py:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440 def test(**kwargs):
441 print(kwargs)
442 class D:
443 def keys(self):
444 return ['a', 'b']
445 def __getitem__(self, key):
446 return 0
447 a = {'1':'a', '2':'b'}
448 b = DotMap(a, _dynamic=False)
449 o = OrderedDict(a)

Callers 1

__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected