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

Function field_name_split

Objects/stringlib/string_format.h:399–469  ·  view source on GitHub ↗

input: field_name output: 'first' points to the part before the first '[' or '.' 'first_idx' is -1 if 'first' is not an integer, otherwise it's the value of first converted to an integer 'rest' is an iterator to return the rest */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

get_field_objectFunction · 0.85

Calls 5

SubString_initFunction · 0.85
FieldNameIterator_initFunction · 0.85
autonumber_state_errorFunction · 0.85
get_integerFunction · 0.70
PyErr_OccurredFunction · 0.50

Tested by

no test coverage detected