Home
last modified time | relevance | path

Searched defs:is_method (Results 1 – 5 of 5) sorted by relevance

/external/python/pybind11/include/pybind11/
Dattr.h21 struct is_method { handle class_; is_method(const handle &c) : class_(c) { } }; in is_method() struct
/external/tensorflow/tensorflow/core/protobuf/
Dsaved_object_graph.proto150 bool is_method = 2; field
/external/python/cpython3/Objects/
Dcall.c1206 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/
Dfunction.py2076 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/
Dparser-base.h1374 FunctionKind FunctionKindForImpl(bool is_method, ParseFunctionFlags flags) { in FunctionKindForImpl()
4549 bool is_method = property_kind == ClassLiteralProperty::METHOD; in ParseClassLiteral() local