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

Method values

dotmap/__init__.py:156–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154
155 # proper dict subclassing
156 def values(self):
157 return self._map.values()
158
159 # ipython support
160 def __dir__(self):

Callers 1

__init__.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected