How to use the replication.share.yidl.src.yidl.java_target.JavaPackage.__init__ function in replication

To help you get started, we’ve selected a few replication examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github xtreemfs / babudb / replication / share / yidl / src / yidl / java_target.py View on Github external
def __init__( self, *args, **kwds ):
        Interface.__init__( self, *args, **kwds )
        JavaPackage.__init__( self )
github xtreemfs / babudb / replication / share / yidl / src / yidl / java_target.py View on Github external
def __init__( self, *args, **kwds ):
        Module.__init__( self, *args, **kwds )
        JavaPackage.__init__( self )