MCPcopy Create free account
hub / github.com/quantopian/zipline / f

Method f

tests/utils/test_final.py:240–242  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

238 @final
239 @classmethod
240 def f(cls):
241 cls.count += 1
242 return cls.count
243
244 with self.assertRaises(TypeError):
245 class ClassOverridingClassMethod(ClassWithClassMethod):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected