|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Classes | |
| class | six.X |
| class | six._LazyDescr |
| class | six.MovedModule |
| class | six._LazyModule |
| class | six.MovedAttribute |
| class | six._SixMetaPathImporter |
| class | six._MovedItems |
| class | six.Module_six_moves_urllib_parse |
| class | six.Module_six_moves_urllib_error |
| class | six.Module_six_moves_urllib_request |
| class | six.Module_six_moves_urllib_response |
| class | six.Module_six_moves_urllib_robotparser |
| class | six.Module_six_moves_urllib |
| class | six.Iterator |
Namespaces | |
| six | |
Functions | |
| def | six.add_move (move) |
| def | six.remove_move (name) |
| def | six.advance_iterator (it) |
| def | six.callable (obj) |
| def | six.get_unbound_function (unbound) |
| def | six.create_unbound_method (func, cls) |
| def | six.create_bound_method (func, obj) |
| def | six.iterkeys (d, kw) |
| def | six.itervalues (d, kw) |
| def | six.iteritems (d, kw) |
| def | six.iterlists (d, kw) |
| def | six.b (s) |
| def | six.u (s) |
| def | six.byte2int (bs) |
| def | six.indexbytes (buf, i) |
| def | six.assertCountEqual (self, args, kwargs) |
| def | six.assertRaisesRegex (self, args, kwargs) |
| def | six.assertRegex (self, args, kwargs) |
| def | six.reraise (tp, value, tb=None) |
| def | six.exec_ (_code_, _globs_=None, _locs_=None) |
| def | six.raise_from (value, from_value) |
| def | six.print_ (args, kwargs) |
| def | six.wraps (wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, updated=functools.WRAPPER_UPDATES) |
| def | six.with_metaclass (meta, bases) |
| def | six.add_metaclass (metaclass) |
| def | six.python_2_unicode_compatible (klass) |
Variables | |
| int | six.PY2 = 2 |
| int | six.PY3 = 3 |
| tuple | six.PY34 = (3, 4) |
| six.string_types = str, | |
| six.integer_types = int, | |
| six.class_types = type, | |
| six.text_type = str | |
| six.binary_type = bytes | |
| six.MAXSIZE = sys.maxsize | |
| six.moves = _MovedItems(__name__ + ".moves") | |
| six.advance_iterator = next | |
| six.next = advance_iterator | |
| six.callable = callable | |
| six.create_bound_method = types.MethodType | |
| six.Iterator = object | |
| six.get_method_function = operator.attrgetter(_meth_func) | |
| six.get_method_self = operator.attrgetter(_meth_self) | |
| six.get_function_closure = operator.attrgetter(_func_closure) | |
| six.get_function_code = operator.attrgetter(_func_code) | |
| six.get_function_defaults = operator.attrgetter(_func_defaults) | |
| six.get_function_globals = operator.attrgetter(_func_globals) | |
| six.viewkeys = operator.methodcaller("keys") | |
| six.viewvalues = operator.methodcaller("values") | |
| six.viewitems = operator.methodcaller("items") | |
| six.unichr = chr | |
| six.int2byte = struct.Struct(">B").pack | |
| six.byte2int = operator.itemgetter(0) | |
| six.indexbytes = operator.getitem | |
| six.iterbytes = iter | |
| six.StringIO = io.StringIO | |
| six.BytesIO = io.BytesIO | |
| six.exec_ = getattr(moves.builtins, "exec") | |
| six.print_ = getattr(moves.builtins, "print", None) | |
| def | six.wraps = functools.wraps |
| six.submodule_search_locations | |
1.8.13