from typing import Any

PY2: Any
PY35: Any
annotation_value_types: Any
string_types = str

def is_classmethod(func): ...
def is_instance_method(parent_class, func_name, func): ...
