heapykinds.gsl 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .kind:: EquivalenceRelation
  2. .kind:: EquivalenceRelationByDictOwner
  3. .kind:: Helper
  4. .kind:: IdentitySet
  5. .kind:: IdentitySetNotEmpty
  6. .kind:: IdentitySetSingleton
  7. .kind:: Kind
  8. .kind:: KindOfClassFamily
  9. .kind:: KindOfRetClaSetFamily
  10. .kind:: KindOfSizeFamily
  11. .kind:: KindOfTypeFamily
  12. .kind:: KindOfInViaFamily
  13. .kind:: KindWithAlt
  14. .kind:: MappingProxy
  15. .kind:: MorePrinter
  16. .kind:: Partition
  17. .kind:: Paths
  18. .kind:: ReferencePattern
  19. .kind:: RootStateType
  20. .kind:: SetOfKind
  21. .kind:: Stat
  22. .kind:: UniSet
  23. .kind:: UniSetAvantGarde
  24. .kind:: Use
  25. .superkind:: IdentitySet+
  26. ..eg: self.hp.iso(1)
  27. .superkind:: AltOperator+
  28. ..eg: '=='
  29. .superkind:: EquivalenceRelation+
  30. .superkind:: Kind+
  31. ..eg: self.hp.Anything
  32. .superkind:: ClodoKind+
  33. ..eg: self.hp.Clodo(dictof=C)
  34. ...in context:
  35. class C:
  36. pass
  37. .superkind:: SetOfKind+
  38. ..eg: self.hp.Size.sokind(24)
  39. .superkind:: SetOfClodoKind+
  40. ..eg: self.hp.Clodo.sokind(int)(dictof=())
  41. .superkind:: UniSet+
  42. ..eg: self.hp.Nothing
  43. .superkind:: loadablefilenamestring+
  44. ..eg: os.path.join(os.path.dirname(__file__),'profileexample.hpy')
  45. ...in context:
  46. import os
  47. .superkind:: loadableiterableofstrings+
  48. ..eg: open(os.path.join(os.path.dirname(__file__),'profileexample.hpy'))
  49. ...in context:
  50. import os
  51. .superkind:: objectaddress+
  52. ..eg: id(None)
  53. .superkind:: profilefilename+
  54. ..eg: os.path.join(os.path.dirname(__file__),'profileexample.hpy')
  55. ...in context:
  56. import os
  57. .superkind:: relationname+
  58. ..eg: '[0]'
  59. ..eg: '.a'
  60. .superkind:: typeorclass+
  61. ..eg: int
  62. ..eg: C
  63. ...in context:
  64. class C:
  65. pass
  66. .superkind:: typeorclassexceptdict+
  67. ..eg: int
  68. ..eg: C
  69. ...in context:
  70. class C:
  71. pass
  72. .superkind:: typeorclassoremptytuple+
  73. ..eg: ()
  74. ..eg: C
  75. ...in context:
  76. class C:
  77. pass
  78. .superkind:: moduleaddress+
  79. ..eg: id(sys)
  80. ...in context:
  81. import sys
  82. .superkind:: modulename+
  83. ..eg: 'sys'
  84. .superkind:: writeable_filename_or_file+
  85. .superkind:: writing_mode_string+
  86. ..eg: 'a'