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

Public Member Functions

def build_extensions (self)
 
def get_ext_filename (self, ext_name)
 

Public Attributes

 extensions
 

Static Public Attributes

dictionary C_OPTIONS
 
dictionary LINK_OPTIONS = {}
 

Detailed Description

Custom build_ext command to enable compiler-specific flags.

Definition at line 200 of file commands.py.

Member Function Documentation

◆ build_extensions()

def commands.BuildExt.build_extensions (   self)

Definition at line 223 of file commands.py.

◆ get_ext_filename()

def commands.BuildExt.get_ext_filename (   self,
  ext_name 
)

Definition at line 209 of file commands.py.

Member Data Documentation

◆ C_OPTIONS

dictionary commands.BuildExt.C_OPTIONS
static
Initial value:
= {
'unix': ('-pthread',),
'msvc': (),
}

Definition at line 203 of file commands.py.

◆ extensions

commands.BuildExt.extensions

Definition at line 278 of file commands.py.

◆ LINK_OPTIONS

dictionary commands.BuildExt.LINK_OPTIONS = {}
static

Definition at line 207 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