Attacher: Py: add GUI strings to getModeInfo and getTypeInfo

This commit is contained in:
DeepSOIC
2016-05-13 02:10:36 +03:00
parent 76c0a81fe3
commit 632cf142fe
2 changed files with 79 additions and 0 deletions

View File

@@ -97,6 +97,11 @@
<UserDocu>getTypeRank(type): returns rank of shape type. Rank is how many times the type can be downgraded, before it becomes 'Any'.</UserDocu>
</Documentation>
</Methode>
<Methode Name="getTypeInfo">
<Documentation>
<UserDocu>getTypeInfo(type): returns information (dict) on shape type. Keys:'UserFriendlyName', 'TypeIndex'.</UserDocu>
</Documentation>
</Methode>
<Methode Name="copy" Const="true">
<Documentation>
<UserDocu>copy(): returns a new instance of AttachEngine.</UserDocu>