コード例 #1
0
 def test_download_blow():
     data = examples.download_blow()
     assert data.n_cells
コード例 #2
0
ファイル: PyVista_Examples.py プロジェクト: zoomvr/PVGeo
 def __init__(self):
     self._example_data = examples.download_blow()
     _ExampleLoader.__init__(self)