MCPcopy Create free account
hub / github.com/bloomberg/pystack / ObjectType

Enum ObjectType

src/pystack/_pystack/pytypes.h:140–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139 // Enums
140 enum class ObjectType {
141 BYTES,
142 STRING,
143 NONE,
144 INT_BOOL,
145 LONG_BOOL,
146 INT,
147 LONG,
148 FLOAT,
149 TUPLE,
150 LIST,
151 DICT,
152 CODE,
153 OTHER
154 };
155
156 static constexpr int MAX_LOCAL_STR_SIZE = 80;
157

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected