MCPcopy Index your code
hub / github.com/python/cpython / EmptyStruct

Class EmptyStruct

Lib/test/test_io/utils.py:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 return array.array("b", bytes(*pos, **kw))
15else:
16 class EmptyStruct(ctypes.Structure):
17 pass
18
19 def byteslike(*pos, **kw):
20 """Create a bytes-like object having no string or sequence methods"""

Callers 1

byteslikeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…