Searched refs:staticness (Results 1 – 1 of 1) sorted by relevance
169 def __init__(self, staticness, pretty_params, method, kls): argument171 self.staticness = staticness216 staticness = get_item(IDX_STATIC_OR_VIRTUAL)223 staticness = extract_staticness(staticness)229 return MethodInfo(staticness, pretty_params, method, kls)256 if method_info.staticness == 'virtual':270 if method_info.staticness == 'static':