File: test_python.ads

package info (click to toggle)
libgnatcoll 23.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,460 kB
  • sloc: ada: 54,839; python: 1,268; ansic: 720; makefile: 229; sh: 149
file content (11 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
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;