summaryrefslogtreecommitdiff
path: root/tests/pyreverse/functional/class_diagrams/attributes/instance_attributes.mmd
blob: 4a995ef4333009090036df4b87a724900374260a (plain)
1
2
3
4
5
6
classDiagram
  class InstanceAttributes {
    my_int_with_type_hint : int
    my_int_without_type_hint : int
    my_optional_int : Optional[int]
  }