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

Function get_field_object

Objects/stringlib/string_format.h:477–545  ·  view source on GitHub ↗

get_field_object returns the object inside {}, before the format_spec. It handles getindex and getattr lookups and consumes the entire input string. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

output_markupFunction · 0.85

Calls 11

field_name_splitFunction · 0.85
SubString_new_objectFunction · 0.85
PyDict_GetItemFunction · 0.85
PyErr_SetObjectFunction · 0.85
PySequence_GetItemFunction · 0.85
FieldNameIterator_nextFunction · 0.85
getattrFunction · 0.85
getitem_strFunction · 0.85
PySequence_CheckFunction · 0.85
getitem_sequenceFunction · 0.85
getitem_idxFunction · 0.85

Tested by

no test coverage detected