(vm: &VirtualMachine)
| 91 | |
| 92 | #[pyattr] |
| 93 | fn MappingProxyType(vm: &VirtualMachine) -> PyObjectRef { |
| 94 | vm.ctx.types.mappingproxy_type.to_owned().into() |
| 95 | } |
| 96 | |
| 97 | #[pyattr] |
| 98 | fn MemberDescriptorType(vm: &VirtualMachine) -> PyObjectRef { |
no test coverage detected