Skip to content

PlaceUser

Qt Base Class: QPlaceUser

Signature: QPlaceUser(self) -> None QPlaceUser(self, other: PySide6.QtLocation.QPlaceUser) -> None

Base classes

Name Children Inherits
QPlaceUser
PySide6.QtLocation
QPlaceUser(self) -> None

⋔ Inheritance diagram

graph TD
  1473573475616["location.PlaceUser"]
  1473573372160["QtLocation.QPlaceUser"]
  1473291690208["Shiboken.Object"]
  140713234304496["builtins.object"]
  1473573372160 --> 1473573475616
  1473291690208 --> 1473573372160
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QPlaceUser

Represents an individual user.

Source code in prettyqt\location\placeuser.py
class PlaceUser(QtLocation.QPlaceUser):
    """Represents an individual user."""

    def __str__(self):
        return self.name()