MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / fieldnameiter_next

Function fieldnameiter_next

Objects/stringlib/string_format.h:1236–1274  ·  view source on GitHub ↗

returns a tuple: (is_attr, value) is_attr is true if we used attribute syntax (e.g., '.foo') false if we used index syntax (e.g., '[foo]') value is an integer or string */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

FieldNameIterator_nextFunction · 0.85
PyBool_FromLongFunction · 0.85
PyLong_FromSsize_tFunction · 0.85
SubString_new_objectFunction · 0.85
PyTuple_PackFunction · 0.50

Tested by

no test coverage detected