Home | History | Annotate | Download | only in testserver

Lines Matching refs:datatype_string

632     datatype_string, separator, remainder = id_string.partition('^')
634 return (int(datatype_string), int(migration_version_string), inner_id)