コード例 #1
0
ファイル: validators.py プロジェクト: ASPP/numba
 def validate(self, ext_type):
     ordering.validate_extending_order_compatibility(
         ordering.AttributeTable(ext_type.attribute_table))
コード例 #2
0
 def validate(self, ext_type):
     ordering.validate_extending_order_compatibility(
         ordering.VTable(ext_type.vtab_type))
コード例 #3
0
ファイル: validators.py プロジェクト: ASPP/numba
 def validate(self, ext_type):
     ordering.validate_extending_order_compatibility(
         ordering.VTable(ext_type.vtab_type))
コード例 #4
0
 def validate(self, ext_type):
     ordering.validate_extending_order_compatibility(
         ordering.AttributeTable(ext_type.attribute_table))