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

Method f

tests/utils/test_final.py:222–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 class ClassWithFinal(with_metaclass(FinalMeta, object)):
221 @final
222 def f(self):
223 return 'ClassWithFinal: f'
224
225 class SubClass(ClassWithFinal):
226 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected