mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 86ab9ea4b7b612889cef31609a640a6e6da904fa
5 lines
157 B
Python
5 lines
157 B
Python
isinstance("str", <warning descr="basestring type is not available in Python 3">basestring</warning>)
|
|
class basestring:
|
|
pass
|
|
|
|
isinstance("str", basestring) |