Methods
- copy_file(self, src, dest, *args, **kwds)
-
Overridden to validate Python sources before copying them.
- Overrides: copy_file from class build_py
- finalize_options(self)
- Overrides: finalize_options from class build_py
- get_outputs(self, include_bytecode=1)
- Overrides: get_outputs from class build_py
- run(self)
- Overrides: run from class build_py
Methods inherited from class distutils.command.build_py.build_py
build_module, build_modules, build_package_data, build_packages, byte_compile, check_module, check_package, find_all_modules, find_data_files, find_modules, find_package_modules, get_data_files, get_module_outfile, get_package_dir, get_source_files, initialize_options
Methods inherited from class distutils.cmd.Command
__getattr__, __init__, announce, copy_tree, debug_print, dump_options, ensure_dirname, ensure_filename, ensure_finalized, ensure_string, ensure_string_list, execute, get_command_name, get_finalized_command, get_sub_commands, make_archive, make_file, mkpath, move_file, reinitialize_command, run_command, set_undefined_options, spawn, warn
Members
- command_name = 'build_py'
Members inherited from class distutils.command.build_py.build_py
boolean_options, description, negative_opt, user_options
Members inherited from class distutils.cmd.Command
sub_commands