sys.byteorder

sys.byteorder An indicator of the native byte order. This will have the value 'big' on big-endian (most-significant

2016-10-07 17:43:47
sys.exec_prefix

sys.exec_prefix A string giving the site-specific directory prefix where the platform-dependent Python files are installed;

2016-10-07 17:43:49
sysconfig.get_paths()

sysconfig.get_paths([scheme[, vars[, expand]]]) Return a dictionary containing all installation paths corresponding to an installation

2016-10-07 17:44:03
sys.settscdump()

sys.settscdump(on_flag) Activate dumping of VM measurements using the Pentium timestamp counter, if on_flag is true

2016-10-07 17:43:58
inspect.ismodule()

inspect.ismodule(object) Return true if the object is a module.

2016-10-07 17:35:05
traceback.format_exception()

traceback.format_exception(etype, value, tb, limit=None, chain=True) Format a stack trace and the exception information. The

2016-10-07 17:45:09
traceback.TracebackException.offset

offset For syntax errors - the offset into the text where the error occurred.

2016-10-07 17:45:13
sys.implementation

sys.implementation An object containing information about the implementation of the currently running Python interpreter. The

2016-10-07 17:43:53
inspect.cleandoc()

inspect.cleandoc(doc) Clean up indentation from docstrings that are indented to line up with blocks of code.

2016-10-07 17:34:57
sys.settrace()

sys.settrace(tracefunc) Set the system’s trace function, which allows you to implement a Python source code debugger in Python

2016-10-07 17:43:58