Command to clean build artifacts.
Definition at line 313 of file commands.py.
◆ finalize_options()
def commands.Clean.finalize_options |
( |
|
self | ) |
|
◆ initialize_options()
def commands.Clean.initialize_options |
( |
|
self | ) |
|
◆ run()
def commands.Clean.run |
( |
|
self | ) |
|
◆ _CURRENT_DIRECTORY
commands.Clean._CURRENT_DIRECTORY |
|
staticprivate |
Initial value:= os.path.normpath(
os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../.."))
Definition at line 328 of file commands.py.
◆ _FILE_PATTERNS
tuple commands.Clean._FILE_PATTERNS |
|
staticprivate |
Initial value:= (
'python_build',
'src/python/grpcio/__pycache__/',
'src/python/grpcio/grpc/_cython/cygrpc.cpp',
'src/python/grpcio/grpc/_cython/*.so',
'src/python/grpcio/grpcio.egg-info/',
)
Definition at line 321 of file commands.py.
◆ all
◆ description
string commands.Clean.description = 'Clean build artifacts.' |
|
static |
◆ user_options
list commands.Clean.user_options |
|
static |
Initial value:= [
('all', 'a', 'a phony flag to allow our script to continue'),
]
Definition at line 317 of file commands.py.
The documentation for this class was generated from the following file: