|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/UnixTransition/doc/six.html
Дата изменения: Wed Sep 24 13:46:35 2014 Дата индексирования: Mon Apr 11 02:47:16 2016 Кодировка: Поисковые слова: asteroid |
| six (version 1.2.0) | index /data/scheduling/spss_tools/com/six.py |
Utilities for writing code that runs on Python 2 and 3
| Modules | ||||||
| ||||||
| Classes | ||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| MAXSIZE = 2147483647 PY3 = False __author__ = 'Benjamin Peterson <benjamin@python.org>' __version__ = '1.2.0' class_types = (<type 'type'>, <type 'classobj'>) get_function_code = <operator.attrgetter object at 0x3dedd0> get_function_defaults = <operator.attrgetter object at 0x3dedf0> get_method_function = <operator.attrgetter object at 0x3ded90> get_method_self = <operator.attrgetter object at 0x3dedb0> integer_types = (<type 'int'>, <type 'long'>) string_types = (<type 'basestring'>,) | ||
| Author | ||
| Benjamin Peterson <benjamin@python.org> | ||