Function Python getitem Operator

This is the Python get item operator.

Format:

expression object[key]

Input:

py_object object -
expression key -

Output:

expression - None

Properties that reference this function:

object[key] = __getitem__(object, key) (get item to getitem)


Comments

Please log in to add comments