Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mysql/mysql-connector-python
/ functions
Functions
5,006 in github.com/mysql/mysql-connector-python
⨍
Functions
5,006
◇
Types & classes
734
↳
Endpoints
17
Method
setUp
(self)
mysql-connector-python/tests/test_django.py:593
Method
setUp
(self)
mysql-connector-python/tests/test_django.py:659
Method
setUp
(self)
mysql-connector-python/tests/test_protocol.py:69
Method
setUp
(self)
mysql-connector-python/tests/cext/test_cext_api.py:182
Method
setUp
(self)
mysql-connector-python/tests/cext/test_cext_connection.py:60
Method
setUp
(self)
mysql-connector-python/tests/cext/test_cext_connection.py:351
Method
setUp
(self)
mysql-connector-python/tests/cext/test_cext_cursor.py:969
Method
setUp
(self)
mysql-connector-python/tests/cext/test_cext_cursor.py:1079
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_wl7292.py:37
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_timeout.py:66
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_wl6148.py:37
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_vector_type.py:123
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_local_infile.py:51
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_wl3253.py:43
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_ciphers.py:470
Method
setUp
(self)
mysql-connector-python/tests/qa/test_qa_wl7228.py:41
Method
setUp
(self)
mysql-connector-python/tests/ai/utilities.py:193
Method
setUp
(self)
mysql-connector-python/tests/ai/utils/test_atomic_cursor.py:24
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_transformer.py:55
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_model.py:63
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_regressor.py:55
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_classifier.py:55
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_outlier.py:56
Method
setUp
(self)
mysql-connector-python/tests/ai/ml/test_base.py:53
Method
setUp
(self)
mysql-connector-python/tests/ai/genai/test_embedding.py:55
Method
setUp
(self)
mysql-connector-python/tests/ai/genai/test_vector_store.py:81
Method
setUp
(self)
mysql-connector-python/tests/issues/test_bug21879859.py:50
Method
setUp
(self)
mysql-connector-python/tests/issues/test_bug21449996.py:48
Method
setUp
(self)
mysql-connector-python/tests/issues/test_bug21449207.py:41
Method
setUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:397
Method
setUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:919
Method
setUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:950
Method
setUp
(self)
mysql-connector-python/tests/otel/test_instrumentation.py:1039
Method
setUpClass
(cls)
mysql-connector-python/tests/test_connection.py:3661
Method
setUpClass
(cls)
mysql-connector-python/tests/test_aio_connection.py:3088
Method
setUpClass
(cls)
mysql-connector-python/tests/test_bugs.py:6403
Method
setUpClass
(cls)
mysql-connector-python/tests/test_conversion.py:1091
Method
setUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:520
Method
setUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:1151
Method
setUpClass
(cls)
mysql-connector-python/tests/test_authentication.py:1380
Method
setUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:483
Method
setUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:1117
Method
setUpClass
(cls)
mysql-connector-python/tests/test_aio_authentication.py:1343
Method
setUpClass
(cls)
mysql-connector-python/tests/test_django.py:169
Method
setUpClass
(cls)
mysql-connector-python/tests/test_data_integrity.py:106
Method
setUpClass
(cls)
mysql-connector-python/tests/test_data_integrity.py:238
Method
setUpClass
(cls)
mysql-connector-python/tests/cext/test_cext_cursor.py:1182
Method
setUpClass
(cls)
mysql-connector-python/tests/ai/utilities.py:214
Function
setUpModule
()
mysqlx-connector-python/tests/qa/test_qa_ciphers.py:67
Function
setUpModule
()
mysql-connector-python/tests/test_bugs.py:99
Function
setUpModule
()
mysql-connector-python/tests/test_aio_pooling.py:71
Function
setUpModule
()
mysql-connector-python/tests/cext/test_cext_api.py:58
Function
setUpModule
()
mysql-connector-python/tests/qa/test_qa_vector_type.py:58
Function
setUpModule
()
mysql-connector-python/tests/qa/test_qa_ciphers.py:73
Function
setUpModule
()
mysql-connector-python/tests/otel/test_instrumentation.py:113
Method
set_allow_local_infile_in_path
set local_infile_in_path Set allow_local_infile_in_path.
mysql-connector-python/lib/mysql/connector/connection_cext.py:187
Method
set_allow_local_infile_in_path
Set the path that user can upload files. Args: path (str): Path that user can upload files.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1281
Method
set_character_set_name
Sets the default character set name for current connection.
mysql-connector-python/lib/mysql/connector/connection_cext.py:447
Method
set_charset_collation
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:507
Method
set_client_flags
Sets the client flags. The flags-argument can be either an int or a list (or tuple) of ClientFlag-values. If it is an integer, it wil
mysql-connector-python/lib/mysql/connector/abstracts.py:1019
Method
set_client_flags
Set the client flags. The flags-argument can be either an int or a list (or tuple) of ClientFlag values. If it is an integer, it will
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1380
Method
set_compression
Creates a :class:`mysqlx.protocol.Compressor` object based on the compression algorithm. Args: algorithm (str): Compressi
mysqlx-connector-python/lib/mysqlx/protocol.py:254
Method
set_compression
Creates a :class:`mysqlx.protocol.Compressor` object based on the compression algorithm. Args: algorithm (str): Compressi
mysqlx-connector-python/lib/mysqlx/protocol.py:318
Method
set_connection_timeout
Set the connection timeout.
mysql-connector-python/lib/mysql/connector/aio/network.py:591
Method
set_converter_class
Sets the converter class to be used. Args: convclass: Should be a class overloading methods and members of
mysql-connector-python/lib/mysql/connector/abstracts.py:1928
Method
set_converter_class
Set the converter class to be used. This should be a class overloading methods and members of conversion.MySQLConverter. Rai
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1427
Function
set_from_protobuf
(payload: bytes)
mysqlx-connector-python/lib/mysqlx/result.py:123
Method
set_mysqlx_wait_timeout
(cnx: PooledConnection)
mysqlx-connector-python/lib/mysqlx/connection.py:1941
Function
set_nr_mysql_servers
Set the number of MySQL servers needed This functions sets how much MySQL servers are needed for running the unit tests. The number argument
mysqlx-connector-python/tests/__init__.py:277
Function
set_nr_mysql_servers
Set the number of MySQL servers needed This functions sets how much MySQL servers are needed for running the unit tests. The number argument
mysql-connector-python/tests/__init__.py:342
Method
set_unavailable
Sets this pool unavailable for a period of time (in seconds). .. versionadded:: 8.0.20
mysqlx-connector-python/lib/mysqlx/connection.py:1692
Method
set_unicode
Sets whether we return string fields as unicode or not. Args: value: A boolean - default is `True`.
mysql-connector-python/lib/mysql/connector/abstracts.py:1190
Method
setinputsizes
Not Implemented.
mysql-connector-python/lib/mysql/connector/abstracts.py:3004
Method
setoutputsize
Not Implemented.
mysql-connector-python/lib/mysql/connector/abstracts.py:3007
Method
setup
()
mysql-connector-python/tests/test_aio_connection.py:3089
Function
setup_logger
Setting up the logger
mysqlx-connector-python/tests/__init__.py:626
Function
setup_logger
Setting up the logger
mysql-connector-python/tests/__init__.py:988
Method
shift_expr
(self)
mysqlx-connector-python/lib/mysqlx/expr.py:1180
Method
shutdown
Shuts down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` c
mysql-connector-python/lib/mysql/connector/abstracts.py:1092
Method
shutdown
Shut down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` cl
mysql-connector-python/lib/mysql/connector/aio/connection.py:782
Method
shutdown
Shuts down connection to MySQL Server. This method closes the socket. It raises no exceptions. Unlike `disconnect()`, `shutdown()` c
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1576
Function
shutdown_mysql_server
Shutdown the given server using the classic restart command. Attempts to shutdown the given server using the classic restart command. :param
mysql-connector-python/tests/__init__.py:1280
Method
side_effect
(name)
mysql-connector-python/tests/ai/utils/test_check_dependencies.py:48
Method
sleepy_select
Execute a SELECT statement which takes a while to complete
mysql-connector-python/tests/test_bugs.py:680
Method
sleepy_select
Execute a SELECT statement which takes a while to complete
mysql-connector-python/tests/test_bugs.py:4154
Method
sort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:500
Method
sort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:818
Method
sort
Sets the sorting criteria. Args: *clauses: The expression strings defining the sort criteria. Returns: mysql
mysqlx-connector-python/lib/mysqlx/statement.py:1322
Method
sql
string: The SQL text statement.
mysqlx-connector-python/lib/mysqlx/statement.py:618
Method
sql_mode
Gets the SQL mode.
mysql-connector-python/lib/mysql/connector/abstracts.py:1125
Method
sql_mode
Return SQL mode.
mysql-connector-python/lib/mysql/connector/django/base.py:597
Method
sql_mode
Gets the SQL mode.
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:989
Method
sql_mode
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:490
Method
ssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/authentication.py:66
Method
ssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/aio/authentication.py:69
Method
ssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/aio/plugins/__init__.py:63
Method
ssl_enabled
Signals whether or not SSL is enabled.
mysql-connector-python/lib/mysql/connector/plugins/__init__.py:61
Method
startTest
(self, test)
mysql-connector-python/unittests.py:519
Method
start_transaction
Starts a transaction. This method explicitly starts a transaction sending the START TRANSACTION statement to the MySQL server. You can
mysql-connector-python/lib/mysql/connector/aio/abstracts.py:1671
Method
start_transaction
Instrument method.
mysql-connector-python/lib/mysql/connector/opentelemetry/instrumentation.py:512
← previous
next →
2,701–2,800 of 5,006, ranked by callers