Searched refs:py_compile (Results 1 – 4 of 4) sorted by relevance
/external/libcap-ng/libcap-ng-0.7/ |
D | py-compile | 120 import sys, os, py_compile 133 py_compile.compile(filepath, filepath + 'c', path) 138 import sys, os, py_compile 150 py_compile.compile(filepath, filepath + 'o', path)
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | template_expander.py | 67 py_compile=True,
|
/external/libmojo/third_party/jinja2/ |
D | environment.py | 603 ignore_errors=True, py_compile=False): argument 631 if py_compile: 635 py_compile = False 680 if py_compile:
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | Makefile.in | 108 am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile) 109 py_compile = $(top_srcdir)/py-compile
|