genguppy.gsl 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .import:: guppy
  2. ..from: guppy
  3. .import:: Use
  4. ..from: heapy_Use
  5. .import:: UniSet, Kind, KindWithAlt, KindOfTypeFamily, KindOfClassFamily,KindOfSizeFamily,
  6. KindOfRetClaSetFamily,KindOfInViaFamily,IdentitySet,IdentitySetNotEmpty,IdentitySetSingleton
  7. ..from: heapy_UniSet
  8. .import:: EquivalenceRelation, EquivalenceRelationByDictOwner
  9. ..from: heapy_ER
  10. .import:: RootStateType
  11. ..from: heapy_RootState
  12. .c
  13. ..import:: ReferencePattern
  14. ..from: heapy_RefPat
  15. .document: heapy_UniSet
  16. ..output: html
  17. ..man page of: UniSet
  18. ..man page of: Kind
  19. ..man page of: KindWithAlt
  20. ..man page of: KindOfTypeFamily
  21. ..man page of: KindOfClassFamily
  22. ..man page of: KindOfSizeFamily
  23. ..man page of: KindOfRetClaSetFamily
  24. ..man page of: KindOfInViaFamily
  25. ..man page of: IdentitySet
  26. ..man page of: IdentitySetNotEmpty
  27. ..man page of: IdentitySetSingleton
  28. ..man page of: EquivalenceRelation
  29. ..man page of: EquivalenceRelationByDictOwner
  30. .document: heapy_Use
  31. ..output: html
  32. ..man page of: Use
  33. .document: test_heapy
  34. ..output: tester
  35. ..test of: Use
  36. .document: heapy_RootState
  37. ..output: html
  38. ..man page of: RootStateType
  39. .c
  40. ..document: heapy_ReferencePattern
  41. ...output: html
  42. ...man page of: ReferencePattern
  43. .document: guppy
  44. ..output: html
  45. ..man page of: guppy
  46. .document: test_guppy
  47. ..output: tester
  48. ..test of: guppy
  49. .c
  50. ..context:: H
  51. ...python:
  52. from guppy import hpy
  53. h=hpy()
  54. .import:: Kind+
  55. ..from: heapykinds
  56. .c
  57. ..and: Kind+
  58. ...eg: h.Anything
  59. ....in context: H
  60. .c
  61. ..document: test_Use
  62. ...output: tester
  63. ...test of: Use