Проверка шаблона шины для iOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

hasSectionGenerated.py 105B

11ヶ月前
12
  1. def hasSectionGenerated(entity):
  2. return len(entity.actions) or len(entity.pipes) or entity.isPresent