gnatcoll_24.0.0_11c512d1/testsuite/support/test_python.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
with Ada.Strings.UTF_Encoding;

package Test_Python is

   package UTF8 renames Ada.Strings.UTF_Encoding;

   function Python_Executable return UTF8.UTF_8_String;
   --  Return absolute location to the python executable used to launch the
   --  testsuite.

end Test_Python;