Home
last modified time | relevance | path

Searched defs:table_view (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_console/py/pw_console/
Dlog_pane.py675 def table_view(self): member in LogPane
681 def table_view(self, table_view): member in LogPane
/external/python/cpython2/Objects/
Dbytesobject.c2107 Py_buffer table_view = {NULL, NULL}; in bytes_translate_impl() local
/external/python/cpython3/Objects/
Dbytesobject.c2037 Py_buffer table_view = {NULL, NULL}; in bytes_translate_impl() local