Functions | |
def | _compile (compiler, source_string) |
def | _expect_compile (compiler, source_string, error_message) |
def | diagnose_attribute_error (build_ext, error) |
def | diagnose_build_ext_error (build_ext, error, formatted) |
def | diagnose_compile_error (build_ext, error) |
Variables | |
dictionary | _ERROR_DIAGNOSES |
dictionary | C_CHECKS |
string | C_PYTHON_DEV |
string | C_PYTHON_DEV_ERROR_MESSAGE |
string | PYTHON_REPRESENTATION = 'python' |
|
private |
Definition at line 52 of file support.py.
|
private |
Definition at line 65 of file support.py.
def support.diagnose_attribute_error | ( | build_ext, | |
error | |||
) |
Definition at line 94 of file support.py.
def support.diagnose_build_ext_error | ( | build_ext, | |
error, | |||
formatted | |||
) |
Definition at line 107 of file support.py.
def support.diagnose_compile_error | ( | build_ext, | |
error | |||
) |
Attempt to diagnose an error during compilation.
Definition at line 73 of file support.py.
|
private |
Definition at line 101 of file support.py.
dictionary support.C_CHECKS |
Definition at line 46 of file support.py.
string support.C_PYTHON_DEV |
Definition at line 24 of file support.py.
string support.C_PYTHON_DEV_ERROR_MESSAGE |
Definition at line 28 of file support.py.
string support.PYTHON_REPRESENTATION = 'python' |
Definition at line 40 of file support.py.