MCPcopy
hub / github.com/PyMySQL/PyMySQL / thread_id

Method thread_id

pymysql/connections.py:1127–1128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1125
1126 # _mysql support
1127 def thread_id(self):
1128 return self.server_thread_id[0]
1129
1130 def character_set_name(self):
1131 return self.charset

Callers 2

test_issue_36Method · 0.80
test_thread_idMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_issue_36Method · 0.64
test_thread_idMethod · 0.64