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

Public Member Functions

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

Public Attributes

 install
 
 test
 

Static Public Attributes

string description = 'gather dependencies for grpcio'
 
list user_options
 

Detailed Description

Command to gather project dependencies.

Definition at line 288 of file commands.py.

Member Function Documentation

◆ finalize_options()

def commands.Gather.finalize_options (   self)

Definition at line 301 of file commands.py.

◆ initialize_options()

def commands.Gather.initialize_options (   self)

Definition at line 297 of file commands.py.

◆ run()

def commands.Gather.run (   self)

Definition at line 305 of file commands.py.

Member Data Documentation

◆ description

string commands.Gather.description = 'gather dependencies for grpcio'
static

Definition at line 291 of file commands.py.

◆ install

commands.Gather.install

Definition at line 299 of file commands.py.

◆ test

commands.Gather.test

Definition at line 298 of file commands.py.

◆ user_options

list commands.Gather.user_options
static
Initial value:
= [
('test', 't', 'flag indicating to gather test dependencies'),
('install', 'i', 'flag indicating to gather install dependencies')
]

Definition at line 292 of file commands.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:09