コード例 #1
0
ファイル: strategies.py プロジェクト: ericxuhao/wps_cwt
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )
     self.max_size = args.get( 'max_size', 1000 )
コード例 #2
0
ファイル: strategies.py プロジェクト: ericxuhao/wps_cwt
 def __init__( self, **args ):
     RegionReductionStrategy.__init__( self, **args )