コード例 #1
0
ファイル: generaldata.py プロジェクト: pyrrho314/recipesystem
 def get_types(self, prune = False):
     # don't assume any types, subtypes of data 
     from astrodata.AstroDataType import ClassificationLibrary
     cl = ClassificationLibrary.get_classification_library()
     types = cl.discover_types(self)
     return types