google.appengine.api.datastore_types.PartitionString

Returns a 3-element tuple containing the part before the separator and the part after the separator.

Equivalent to python2.5 str.partition().

value String to be partitioned.
separator Separator string.