mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Split up large Python extension into smaller C files.
Reduces build time in this directory from 11s to 3s.
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*)
|
||||
|
||||
val generate_python_c : unit -> unit
|
||||
val generate_python_actions_h : unit -> unit
|
||||
val generate_python_structs : unit -> unit
|
||||
val generate_python_actions : Types.action list -> unit -> unit
|
||||
val generate_python_module : unit -> unit
|
||||
val generate_python_py : unit -> unit
|
||||
|
||||
val indent_python : string -> int -> int -> string
|
||||
|
||||
Reference in New Issue
Block a user