Introduce AsPyObject to replace IdProtocol

This commit is contained in:
Jeong Yunwon
2022-04-17 08:20:28 +09:00
parent 9be1dc1f8b
commit 625f8675ae
68 changed files with 141 additions and 161 deletions

View File

@@ -1,7 +1,7 @@
use crate::{
convert::TryFromObject,
function::IntoPyObject,
pyobject::{IdProtocol, PyObjectRef, PyResult},
pyobject::{AsPyObject, PyObjectRef, PyResult},
VirtualMachine,
};