MCPcopy Create free account
hub / github.com/dblalock/bolt / __len__

Method __len__

experiments/python/pyience.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.values = args # given individual objects
45
46 def __len__(self):
47 return len(self.values)
48
49 # deliberately don't act like a collection so that we fail fast if
50 # code doesn't know that this is supposed to represent Options, rather

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected