Найти - Пользователи
Полная версия: что за type
Начало » Python для новичков » что за type
1
Truewar
Люди, в bottle есть строки
if isinstance(server, type):
if issubclass(server, CGIServer):
server = server()
elif issubclass(server, ServerAdapter):
server = server(host=host, port=port, **kargs)
Все понятно, кроме первой. что проверяется? что такое type в данном случае?
Dimka665
является ли server экземпляром type.
что такое type читать здесь http://www.cafepy.com/article/python_types_and_objects/python_types_and_objects.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB