1 parent c04f421 commit 7e1589dCopy full SHA for 7e1589d
1 file changed
vm/src/obj/objfunction.rs
@@ -15,7 +15,7 @@ pub fn init(context: &PyContext) {
15
context.new_member_descriptor(function_code),
16
);
17
18
- let builtin_function_or_method_type = &context.builtin_function_or_method_type();
+ let builtin_function_or_method_type = &context.builtin_function_or_method_type;
19
context.set_attr(
20
&builtin_function_or_method_type,
21
"__get__",
0 commit comments