com.xiaopy.python.DynamicProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chaquopy_java Show documentation
Show all versions of chaquopy_java Show documentation
The Python SDK for Android
package com.xiaopy.python;
/** @deprecated Internal use in proxy.pxi */
public interface DynamicProxy extends PyProxy {
PyObject _chaquopyGetType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy