MCPcopy Create free account
hub / github.com/google-research/language / _debug_state

Function _debug_state

language/xsp/data_preprocessing/sql_parsing.py:125–129  ·  view source on GitHub ↗
(item, example)

Source from the content-addressed store, hash-verified

123
124
125def _debug_state(item, example):
126 del example
127 _debug_sql_item(item)
128 if hasattr(item, '_pprint_tree'):
129 item._pprint_tree() # pylint: disable=protected-access
130
131
132def _parse_function(sql, example, anonymize_values):

Callers 4

_parse_functionFunction · 0.85
_parse_identifierFunction · 0.85
_parse_comparisonFunction · 0.85
populate_sqlFunction · 0.85

Calls 1

_debug_sql_itemFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…