Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
pyml_arch.ml1 2 3 4 5 6 7 8 9 10 11 12let library_patterns: (int -> int -> string, unit, string) format list = ["libpython%d.%dm.so"; "libpython%d.%d.so"] let library_suffix = ".so" let ensure_executable_suffix executable = executable let which = "which" external fd_of_int: int -> Unix.file_descr = "%identity" let path_separator = ":"