MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / GetFilePath

Function GetFilePath

kratos/tests/test_variable_utils.py:7–8  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

5import os
6
7def GetFilePath(fileName):
8 return os.path.join(os.path.dirname(os.path.realpath(__file__)), fileName)
9
10class TestVariableUtils(KratosUnittest.TestCase):
11

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected