All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tests.python.custom_proxymaker.annotated_class.py Maven / Gradle / Ivy

Go to download

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

The newest version!
import java.io.BufferedInputStream

from java.lang import Deprecated

from org.python.compiler.custom_proxymaker import MiniClampMaker
from org.python.compiler.custom_proxymaker import CustomAnnotation

class AnnotatedInputStream(java.io.BufferedInputStream):
    __proxymaker__ = MiniClampMaker
    __java_package__ = 'custom_proxymaker.tests'

    _clamp_class_annotations = {CustomAnnotation:
                                {'createdBy': 'Darusik',
                                 'priority': CustomAnnotation.Priority.LOW,
                                 'changedBy': ['Darjus', 'Darjunia']},
                                Deprecated:None}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy