com.xiaopy.python.PyCtorMarker 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;
/** Used in the signature of a constructor overload in static proxy classes,
* invoked when the construction was Python-initiated.
*
* @deprecated Internal use in python.pxi */
public class PyCtorMarker {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy