DCF works fine until the function requires a `self`, which it leaves out. For now, a workaround is to make the function in question static.
DCF works fine until the function requires a
self, which it leaves out. For now, a workaround is to make the function in question static.