team-3/src/c3nav/editor/utils.py

3 lines
100 B
Python
Raw Normal View History

2017-06-21 14:19:13 +02:00
def is_created_pk(pk):
return isinstance(pk, str) and pk.startswith('c') and pk[1:].isnumeric()