Sends a query to the server and returns the result.
- Parameters:
- option: ClientOption
ClientOption
- host: str | None =
None Optional[str]
- port: int | None =
None Optional[int]
- seqname: str | None =
None Optional[str]
- parse: bool =
True bool
- Returns:
The result of the query.
- Return type:
str or bytes