Utilities¶
- dyff.schema.platform.identifier_regex()¶
Python identifiers start with a letter or an underscore, and consist of letters, numbers, and underscores.
- dyff.schema.platform.identifier_maxlen()¶
There isn’t really a max length for Python identifiers, but this seems like a reasonable limit for our use.
- dyff.schema.platform.summary_maxlen() int ¶
- dyff.schema.platform.title_maxlen() int ¶