Searched refs:PyObject_GetAttrString (Results 1 - 25 of 104) sorted by relevance

12345

/external/python/cpython2/Modules/
H A Dfuture_builtins.c98 iter_func = PyObject_GetAttrString(itertools, *cur_func);
/external/python/cpython2/Python/
H A DPython-ast.c393 fields = PyObject_GetAttrString((PyObject*)Py_TYPE(self), "_fields");
443 PyObject *dict = PyObject_GetAttrString(self, "__dict__");
3341 tmp = PyObject_GetAttrString(obj, "body");
3381 tmp = PyObject_GetAttrString(obj, "body");
3419 tmp = PyObject_GetAttrString(obj, "body");
3444 tmp = PyObject_GetAttrString(obj, "body");
3497 tmp = PyObject_GetAttrString(obj, "lineno");
3509 tmp = PyObject_GetAttrString(obj, "col_offset");
3531 tmp = PyObject_GetAttrString(obj, "name");
3543 tmp = PyObject_GetAttrString(ob
[all...]
H A Dpythonrun.c1000 *message = PyObject_GetAttrString(err, "msg");
1004 v = PyObject_GetAttrString(err, "filename");
1018 v = PyObject_GetAttrString(err, "lineno");
1027 v = PyObject_GetAttrString(err, "offset");
1041 v = PyObject_GetAttrString(err, "text");
1120 PyObject *code = PyObject_GetAttrString(value, "code");
1276 moduleName = PyObject_GetAttrString(exception, "__module__");
/external/python/cpython2/Doc/includes/
H A Drun-func.c23 pFunc = PyObject_GetAttrString(pModule, argv[2]);
H A Dcapsulethunk.h104 PyObject *object2 = PyObject_GetAttrString(object, trace);
/external/python/cpython2/Modules/_multiprocessing/
H A Dmultiprocessing.c258 pickle_dumps = PyObject_GetAttrString(temp, "dumps");
259 pickle_loads = PyObject_GetAttrString(temp, "loads");
260 pickle_protocol = PyObject_GetAttrString(temp, "HIGHEST_PROTOCOL");
267 BufferTooShort = PyObject_GetAttrString(temp, "BufferTooShort");
/external/python/cpython3/Doc/includes/
H A Drun-func.c23 pFunc = PyObject_GetAttrString(pModule, argv[2]);
H A Dcapsulethunk.h104 PyObject *object2 = PyObject_GetAttrString(object, trace);
/external/python/cpython3/Python/
H A Dimportdl.c102 name_unicode = PyObject_GetAttrString(spec, "name");
113 path = PyObject_GetAttrString(spec, "origin");
H A Dimport.c488 external = PyObject_GetAttrString(interp->importlib, "_bootstrap_external");
491 pyc_magic = PyObject_GetAttrString(external, "_RAW_MAGIC_NUMBER");
769 external= PyObject_GetAttrString(interp->importlib,
854 external = PyObject_GetAttrString(interp->importlib, "_bootstrap_external");
1041 name = PyObject_GetAttrString(spec, "name");
1974 name = PyObject_GetAttrString(spec, "name");
1979 path = PyObject_GetAttrString(spec, "origin");
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dlocal_computation_builder.i130 PyObject* fo = PyObject_GetAttrString(o, field);
531 PyObject* lhs_contracting_dimensions = PyObject_GetAttrString(
561 PyObject* rhs_contracting_dimensions = PyObject_GetAttrString(
591 PyObject* lhs_batch_dimensions = PyObject_GetAttrString(
621 PyObject* rhs_batch_dimensions = PyObject_GetAttrString(
657 PyObject* dimensions = PyObject_GetAttrString($input, "dimensions");
734 o = PyObject_GetAttrString($input, "input_spatial_dimensions");
760 o = PyObject_GetAttrString($input, "kernel_spatial_dimensions");
786 o = PyObject_GetAttrString($input, "output_spatial_dimensions");
822 PyObject* o = PyObject_GetAttrString(
[all...]
H A Dnumpy_bridge.cc187 PyObject_GetAttrString(o, const_cast<char*>(field.c_str()));
290 PyObject* attr = PyObject_GetAttrString(o, attr_name.c_str());
307 PyObject* attr = PyObject_GetAttrString(o, attr_name.c_str());
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_database.cc134 PyObject_GetAttrString(py_database_, "FindFileContainingExtension"));
H A Dextension_dict.cc228 ScopedPyObjectPtr extensions_by_name(PyObject_GetAttrString(
243 ScopedPyObjectPtr extensions_by_number(PyObject_GetAttrString(
/external/python/cpython2/Objects/
H A Dcobject.c105 if ((c = PyObject_GetAttrString(m,name))) {
H A Dcapsule.c226 PyObject *object2 = PyObject_GetAttrString(object, trace);
H A Dobject.c1129 PyObject_GetAttrString(PyObject *v, const char *name) function
1146 PyObject *res = PyObject_GetAttrString(v, name);
1663 PyObject *call = PyObject_GetAttrString(x, "__call__");
1698 classdict = PyObject_GetAttrString(aclass, "__dict__");
1709 bases = PyObject_GetAttrString(aclass, "__bases__");
1756 list = PyObject_GetAttrString(obj, attrname);
1834 PyObject *dict = PyObject_GetAttrString(obj, "__dict__");
1863 dict = PyObject_GetAttrString(obj, "__dict__");
1890 itsclass = PyObject_GetAttrString(obj, "__class__");
1920 dirfunc = PyObject_GetAttrString(ob
[all...]
/external/python/cpython3/Modules/_ctypes/
H A Dstgdict.c191 fields = PyObject_GetAttrString(descr->proto, "_fields_");
268 anon = PyObject_GetAttrString(type, "_anonymous_");
340 isPacked = PyObject_GetAttrString(type, "_pack_");
/external/python/cpython2/Launcher/
H A Dlauncher_internal.cpp48 runmodule = PyObject_GetAttrString(runpy, "_run_module_as_main");
/external/python/cpython3/Objects/
H A Dcapsule.c226 PyObject *object2 = PyObject_GetAttrString(object, trace);
/external/python/cpython3/Modules/cjkcodecs/
H A Dcjkcodecs.h252 cofunc = PyObject_GetAttrString(mod, "__create_codec");
369 o = PyObject_GetAttrString(mod, symbol);
/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc119 PyObject* py_type_enum = PyObject_GetAttrString(py_value, "_type_enum");
421 PyObject* name_attr = PyObject_GetAttrString(py_value, "name");
739 PyObject* id_field = PyObject_GetAttrString(tensor, "_id");
767 PyObject* handle = PyObject_GetAttrString(v, "handle");
997 PyObject* dtype_object = PyObject_GetAttrString(tensor, "dtype");
998 PyObject* dtype_enum = PyObject_GetAttrString(dtype_object, "_type_enum");
1125 num_elements_ = PyObject_GetAttrString(py_vspace_, "num_elements_fn");
1129 aggregate_fn_ = PyObject_GetAttrString(py_vspace_, "aggregate_fn");
1133 zeros_ = PyObject_GetAttrString(py_vspace_, "zeros");
1138 PyObject_GetAttrString(reinterpret_cas
[all...]
/external/python/cpython2/Modules/_ctypes/
H A Dstgdict.c195 fields = PyObject_GetAttrString(descr->proto, "_fields_");
272 anon = PyObject_GetAttrString(type, "_anonymous_");
344 isPacked = PyObject_GetAttrString(type, "_pack_");
/external/python/cpython2/Modules/cjkcodecs/
H A Dcjkcodecs.h251 cofunc = PyObject_GetAttrString(mod, "__create_codec");
366 o = PyObject_GetAttrString(mod, (char*)symbol);
/external/python/cpython2/PC/
H A D_subprocess.c296 value = PyObject_GetAttrString(obj, name);
312 value = (sp_handle_object*) PyObject_GetAttrString(obj, name);

Completed in 814 milliseconds

12345