compat
Common compatiblity code.
Functions
|
Environment names and values need to be string. |
|
|
|
|
|
|
|
|
|
Create a base class with a metaclass. |
|
|
|
|
|
|
|
|
|
Attributes
- on_win
- on_mac
- on_linux
- FILESYSTEM_ENCODING
- ENCODE_ENVIRONMENT = True
- ENCODE_ARGS = False
- encode_environment(env)
- encode_arguments(arguments)
- isiterable(obj)
- open(file, mode='r', buffering=- 1, encoding=None, errors=None, newline=None, closefd=True)
- six_with_metaclass(meta, *bases)
Create a base class with a metaclass.
- NoneType
- primitive_types = ()
- ensure_binary(value)
- ensure_unicode(value)
- ensure_fs_path_encoding(value)
- ensure_utf8_encoding(value)