From 30b0c13b3320e2352843ed6773b2a27e46c1a32e Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 3 Jul 2023 00:45:37 -0700 Subject: [PATCH] Added docs for PlaceInfo.asdict() --- osxphotos/placeinfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osxphotos/placeinfo.py b/osxphotos/placeinfo.py index fbd8487a..6bae58b9 100644 --- a/osxphotos/placeinfo.py +++ b/osxphotos/placeinfo.py @@ -427,6 +427,7 @@ class PlaceInfo: pass def asdict(): + """Returns a dictionary representation of the PlaceInfo object.""" pass