typing.Text

class typing.Text Text is an alias for str. It is provided to supply a forward compatible path for

2016-10-07 17:45:59
test.support.can_symlink()

test.support.can_symlink() Return True if the OS supports symbolic links, False otherwise.

2016-10-07 17:44:22
doctest.Example

class doctest.Example(source, want, exc_msg=None, lineno=0, indent=0, options=None) A single interactive example, consisting

2016-10-07 17:32:11
doctest.DocTestParser.parse()

parse(string, name='') Divide the given string into examples and intervening text, and return them as a list of alternating

2016-10-07 17:32:09
unittest.TestLoader.getTestCaseNames()

getTestCaseNames(testCaseClass) Return a sorted sequence of method names found within testCaseClass; this should be

2016-10-07 17:46:30
doctest.script_from_examples()

doctest.script_from_examples(s) Convert text with examples to a script. Argument s

2016-10-07 17:32:14
unittest.removeHandler()

unittest.removeHandler(function=None) When called without arguments this function removes the control-c handler if it has been

2016-10-07 17:46:15
test.support.captured_stderr()

test.support.captured_stderr() A context managers that temporarily replaces the named stream with

2016-10-07 17:44:22
unittest.TestLoader.loadTestsFromNames()

loadTestsFromNames(names, module=None) Similar to loadTestsFromName(), but takes a sequence of names rather than

2016-10-07 17:46:31
test.support.EnvironmentVarGuard.set()

EnvironmentVarGuard.set(envvar, value) Temporarily set the environment variable envvar to the value of value

2016-10-07 17:44:23