Home
last modified time | relevance | path

Searched refs:cell_contents (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_funcattrs.py89 f.__closure__[0].cell_contents
100 c[0].cell_contents = 9
101 self.assertEqual(c[0].cell_contents, 9)
104 del c[0].cell_contents
106 c[0].cell_contents
Dtest_code.py179 class_ref = function.__closure__[0].cell_contents
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils.py104 namespace[name] = cell.cell_contents
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py236 closure = tuple(c.cell_contents for c in func.__closure__)
/external/python/cpython2/Lib/test/
Dtest_funcattrs.py80 f.func_closure[0].cell_contents
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Drev_block_lib.py498 [c.cell_contents for c in fn.__closure__]))
/external/v8/src/ic/
Daccessor-assembler.cc2973 Node* cell_contents = in StoreGlobalIC_PropertyCellCase() local
2990 GotoIf(IsTheHole(cell_contents), miss); in StoreGlobalIC_PropertyCellCase()
3001 GotoIfNot(TaggedIsSmi(cell_contents), &not_smi); in StoreGlobalIC_PropertyCellCase()
3008 Node* expected_map = LoadMap(cell_contents); in StoreGlobalIC_PropertyCellCase()
3022 GotoIfNot(WordEqual(cell_contents, value), miss); in StoreGlobalIC_PropertyCellCase()
/external/python/cpython3/Lib/
Dinspect.py1411 var : cell.cell_contents
/external/python/cpython3/Doc/reference/
Ddatamodel.rst516 | | the ``cell_contents`` | |
538 A cell object has the attribute ``cell_contents``. This can be used to get
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst485 Fix a SystemError when accessing the ``cell_contents`` attribute of an empty
/external/python/cpython2/Misc/
DHISTORY1074 cell object. Now, a ``cell_contents`` attribute has been added
/external/python/cpython3/Misc/
DHISTORY18458 cell object. Now, a ``cell_contents`` attribute has been added