Wire-format encoding for query parameters (extended-query text format).
data.drivers._pelt._params
| Name | Type | Default | Description |
|---|---|---|---|
type
|
|
— | |
qualified_name
|
|
— | |
element_type
|
|
— | |
description
|
|
— | |
source_file
|
|
— | |
line_number
|
|
— | |
is_autodoc
|
|
— | |
autodoc_element
|
|
— | |
_autodoc_template
|
|
— | |
_autodoc_url_path
|
|
— | |
_autodoc_page_type
|
|
— | |
title
|
|
— | |
doc_content_hash
|
|
— |
Symbols on this page
encode_param
function
def encode_param(value: Any) -> bytes | None
Encode a Python value as a PostgreSQL text-format parameter.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
value
|
Any
|
— |
View source · /home/runner/work/chirp/chirp/site/../src/chirp/data/drivers/_pelt/_params.py:1