Lines Matching refs:py
6 Currently, ffi.py is called during setup to generate augeas.py; this
7 file would normally be used for out-of-line ABI mode. ffi.py is also
8 imported at run-time, instead of the generated augeas.py, and used in
12 usage"): ffi.py is called during setup to generate _augeas.abi3.so (a C
25 augeas/__init__.py | 2 +-
26 augeas/ffi.py | 27 ++++++++++++++++++++++-----
27 setup.py | 1 +
30 diff --git a/augeas/__init__.py b/augeas/__init__.py
32 --- a/augeas/__init__.py
33 +++ b/augeas/__init__.py
43 diff --git a/augeas/ffi.py b/augeas/ffi.py
45 --- a/augeas/ffi.py
46 +++ b/augeas/ffi.py
87 diff --git a/setup.py b/setup.py
89 --- a/setup.py
90 +++ b/setup.py
93 cffi_modules=["augeas/ffi.py:ffi"],