Searched defs:is_method (Results 1 – 3 of 3) sorted by relevance
143 bool is_method = 2; field
964 def __init__(self, fullargspec, is_method, args_to_prepend, kwargs_to_include, argument1011 def is_method(self): member in FunctionSpec
1366 FunctionKind FunctionKindForImpl(bool is_method, bool is_generator, in FunctionKindForImpl()