Public Member Functions | Public Attributes | Static Public Attributes | Static Private Attributes | List of all members
commands.Clean Class Reference
Inheritance diagram for commands.Clean:
Inheritance graph
[legend]

Public Member Functions

def finalize_options (self)
 
def initialize_options (self)
 
def run (self)
 

Public Attributes

 all
 

Static Public Attributes

string description = 'Clean build artifacts.'
 
list user_options
 

Static Private Attributes

 _CURRENT_DIRECTORY
 
tuple _FILE_PATTERNS
 

Detailed Description

Command to clean build artifacts.

Definition at line 313 of file commands.py.

Member Function Documentation

◆ finalize_options()

def commands.Clean.finalize_options (   self)

Definition at line 334 of file commands.py.

◆ initialize_options()

def commands.Clean.initialize_options (   self)

Definition at line 331 of file commands.py.

◆ run()

def commands.Clean.run (   self)

Definition at line 337 of file commands.py.

Member Data Documentation

◆ _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

commands.Clean.all

Definition at line 332 of file commands.py.

◆ description

string commands.Clean.description = 'Clean build artifacts.'
static

Definition at line 316 of file commands.py.

◆ 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:


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:03:37