Home | History | Annotate | Download | only in python

Lines Matching refs:Python

15 package python
17 // This file contains the "Base" module type for building Python program.
38 // the version properties that apply to python libraries and binaries.
43 // non-empty list of .py files under this strict Python version.
48 // list of source files that should not be used to build the Python module.
52 // list of the Python libraries under this Python version.
60 // properties that apply to python libraries and binaries.
70 // true, if the Python module is used internally, eg, Python std libs.
74 // Python module.
88 // list of the Python libraries compatible both with Python2 and Python3.
92 // all the "srcs" or Python dependencies that are to be used only for Python2.
95 // all the "srcs" or Python dependencies that are to be used only for Python3.
121 // bootstrapper might be nil (Python library module).
127 // the Python files of current module after expanding source dependencies.
138 // Python runfiles paths of all its dependencies.
238 // set the actual version for Python module.
303 panic(fmt.Errorf("unknown Python Actual_version: %q for module: %q.",
358 // expand python files from "srcs" property.
369 panic(fmt.Errorf("unknown Python Actual_version: %q for module: %q.",
416 // for python/data files.
460 // the soong_zip params in order to pack current module's Python/data files.
498 // Python library has no bootstrapper or installer.
507 // check Python
526 // Python module cannot depend on modules, except for Python library.
529 "the dependency %q of module %q is not Python library!",
540 // binary needs the Python runfiles paths from all its