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

Method empty

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

Source from the content-addressed store, hash-verified

150 pprint(self.toDict())
151
152 def empty(self):
153 return (not any(self))
154
155 # proper dict subclassing
156 def values(self):

Callers 3

testMethod · 0.95
__add__Method · 0.95
__init__.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

testMethod · 0.76