We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ef202 commit b256b7cCopy full SHA for b256b7c
vm/src/builtins/builtinfunc.rs
@@ -55,7 +55,6 @@ impl PyNativeFuncDef {
55
ctx: &Context,
56
class: &'static Py<PyType>,
57
) -> PyRef<PyStaticMethod> {
58
- // TODO: classmethod_descriptor
59
let callable = self.build_method(ctx, class).into();
60
PyStaticMethod::new_ref(callable, ctx)
61
}
0 commit comments