MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / process

Method process

lib/sqlalchemy/dialects/postgresql/array.py:417–421  ·  view source on GitHub ↗
(value: Sequence[typing_Any])

Source from the content-addressed store, hash-verified

415 return f"ARRAY[{', '.join(elements)}]"
416
417 def process(value: Sequence[typing_Any]) -> str:
418 inner = self._apply_item_processor(
419 value, item_proc, self.dimensions, to_str
420 )
421 return inner
422
423 return process
424

Callers 15

visit_mod_binaryMethod · 0.45
render_bind_castMethod · 0.45
visit_sliceMethod · 0.45
visit_getitem_binaryMethod · 0.45
visit_match_op_binaryMethod · 0.45
visit_ilike_op_binaryMethod · 0.45
_regexp_matchMethod · 0.45

Calls 1

_apply_item_processorMethod · 0.95

Tested by

no test coverage detected