Searched defs:is_method (Results 1 – 5 of 5) sorted by relevance
| /external/python/pybind11/include/pybind11/ |
| D | attr.h | 21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() struct
|
| /external/tensorflow/tensorflow/core/protobuf/ |
| D | saved_object_graph.proto | 150 bool is_method = 2; field
|
| /external/python/cpython3/Objects/ |
| D | call.c | 1206 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local 1236 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | function.py | 2076 def __init__(self, fullargspec, is_method, args_to_prepend, kwargs_to_include, argument 2126 def is_method(self): member in FunctionSpec
|
| /external/v8/src/parsing/ |
| D | parser-base.h | 1374 FunctionKind FunctionKindForImpl(bool is_method, ParseFunctionFlags flags) { in FunctionKindForImpl() 4549 bool is_method = property_kind == ClassLiteralProperty::METHOD; in ParseClassLiteral() local
|