コード例 #1
0
ファイル: objectHierarchies.py プロジェクト: Tythos/pyroclast
	def test_filter(self):
		file = data.get_path('test.xml')
		content = objectHierarchies.getXml(file, {'isPrime': True})
コード例 #2
0
ファイル: objectHierarchies.py プロジェクト: Tythos/pyroclast
	def test_get(self):
		file = data.get_path('test.xml')
		content = objectHierarchies.getXml(file)