You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
427 B
9 lines
427 B
4 years ago
|
<templateSet group="Python">
|
||
|
<template name="ai" value="assert isinstance($OBJ$,$CLASS$)" description="assert isinstance" toReformat="false" toShortenFQNames="true">
|
||
|
<variable name="OBJ" expression="" defaultValue="" alwaysStopAt="true" />
|
||
|
<variable name="CLASS" expression="" defaultValue="" alwaysStopAt="true" />
|
||
|
<context>
|
||
|
<option name="Python" value="true" />
|
||
|
</context>
|
||
|
</template>
|
||
|
</templateSet>
|