_testcapi
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_testcapi.so
Module Docs

 
Classes
       
exceptions.Exception(exceptions.BaseException)
error

 
class error(exceptions.Exception)
    
Method resolution order:
error
exceptions.Exception
exceptions.BaseException
__builtin__.object

Data descriptors defined here:
__weakref__
list of weak references to the object (if defined)

Methods inherited from exceptions.Exception:
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature

Data and other attributes inherited from exceptions.Exception:
__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T

Methods inherited from exceptions.BaseException:
__delattr__(...)
x.__delattr__('name') <==> del x.name
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__getitem__(...)
x.__getitem__(y) <==> x[y]
__getslice__(...)
x.__getslice__(i, j) <==> x[i:j]
 
Use of negative indices is not supported.
__reduce__(...)
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
__setstate__(...)
__str__(...)
x.__str__() <==> str(x)
__unicode__(...)

Data descriptors inherited from exceptions.BaseException:
__dict__
args
message

 
Functions
       
call_in_temporary_c_thread(...)
set_error_class(error_class) -> None
code_newempty(...)
codec_incrementaldecoder(...)
codec_incrementalencoder(...)
getargs_B(...)
getargs_H(...)
getargs_I(...)
getargs_K(...)
getargs_L(...)
getargs_b(...)
getargs_h(...)
getargs_i(...)
getargs_k(...)
getargs_keywords(...)
getargs_l(...)
getargs_n(...)
getargs_tuple(...)
make_exception_with_doc(...)
pymarshal_read_last_object_from_file(...)
pymarshal_read_long_from_file(...)
pymarshal_read_object_from_file(...)
pymarshal_read_short_from_file(...)
pymarshal_write_long_to_file(...)
pymarshal_write_object_to_file(...)
raise_exception(...)
sequence_delitem(...)
test_L_code(...)
test_broken_memoryview(...)
test_capsule(...)
test_config(...)
test_datetime_capi(...)
test_dict_iteration(...)
test_empty_argparse(...)
test_from_contiguous(...)
test_k_code(...)
test_lazy_hash_inheritance(...)
test_list_api(...)
test_long_and_overflow(...)
test_long_api(...)
test_long_long_and_overflow(...)
test_long_numbits(...)
test_longlong_api(...)
test_null_strings(...)
test_string_from_format(...)
test_to_contiguous(...)
test_u_code(...)
test_widechar(...)
test_with_docstring(...)
This is a pretty normal docstring.
traceback_print(...)
unicode_encodedecimal(...)

 
Data
        CHAR_MAX = 127
CHAR_MIN = -128
DBL_MAX = 1.7976931348623157e+308
DBL_MIN = 2.2250738585072014e-308
FLT_MAX = 3.4028234663852886e+38
FLT_MIN = 1.1754943508222875e-38
INT_MAX = 2147483647L
INT_MIN = -2147483648L
LLONG_MAX = 9223372036854775807L
LLONG_MIN = -9223372036854775808L
LONG_MAX = 9223372036854775807
LONG_MIN = -9223372036854775808
PY_SSIZE_T_MAX = 9223372036854775807
PY_SSIZE_T_MIN = -9223372036854775808
SHRT_MAX = 32767
SHRT_MIN = -32768
SIZEOF_PYGC_HEAD = 32
UCHAR_MAX = 255
UINT_MAX = 4294967295L
ULLONG_MAX = 18446744073709551615L
ULONG_MAX = 18446744073709551615L
USHRT_MAX = 65535