MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / is_binary

Method is_binary

pymysql/charset.py:30–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28
29 @property
30 def is_binary(self):
31 return self.id == 63
32
33
34class Charsets:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected